java.nio.channels

Class FileChannel.MapMode

public static class FileChannel.MapMode extends Object

Field Summary
static FileChannel.MapModePRIVATE
static FileChannel.MapModeREAD_ONLY
static FileChannel.MapModeREAD_WRITE
Method Summary
StringtoString()
Returns a string representation of the MapMode object.

Field Detail

PRIVATE

public static final FileChannel.MapMode PRIVATE

READ_ONLY

public static final FileChannel.MapMode READ_ONLY

READ_WRITE

public static final FileChannel.MapMode READ_WRITE

Method Detail

toString

public String toString()
Returns a string representation of the MapMode object.