所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
java.nio.channels
类 FileChannel.MapMode
java.lang.Object
java.nio.channels.FileChannel.MapMode
-
正在封闭类:
-
FileChannel
-
public static class FileChannel.MapMode
- extends Object
文件映射模式的类型安全的枚举。
-
从以下版本开始:
-
1.4
-
另请参见:
-
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
READ_ONLY
public static final FileChannel.MapMode READ_ONLY
-
只读映射模式。
READ_WRITE
public static final FileChannel.MapMode READ_WRITE
-
读取/写入映射模式。
PRIVATE
public static final FileChannel.MapMode PRIVATE
-
专用(写入时拷贝)映射模式。
toString
public String toString()
-
返回描述此文件映射模式的字符串。
-
-
覆盖:
-
类
Object
中的 toString
-
-
返回:
-
一个描述性的字符串
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |