|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.nio.channels.FileChannel.MapMode
public static class FileChannel.MapMode
文件映射模式的类型安全的枚举。
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)
字段摘要 | |
---|---|
static FileChannel.MapMode |
PRIVATE 专用(写入时拷贝)映射模式。 |
static FileChannel.MapMode |
READ_ONLY 只读映射模式。 |
static FileChannel.MapMode |
READ_WRITE 读取/写入映射模式。 |
方法摘要 | |
---|---|
String |
toString() 返回描述此文件映射模式的字符串。 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
字段详细信息 |
---|
public static final FileChannel.MapMode READ_ONLY
public static final FileChannel.MapMode READ_WRITE
public static final FileChannel.MapMode PRIVATE
方法详细信息 |
---|
public String toString()
Object
中的
toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。