FileChannel.MapMode

Class FileChannel.MapMode

Enclosing class:
FileChannel
public static class FileChannel.MapMode
extends Object

A typesafe enumeration for file-mapping modes.

Since:
1.4
See Also:
FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)

Fields

READ_ONLY

public static final FileChannel.MapMode READ_ONLY

Mode for a read-only mapping.

登录查看完整内容