Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.nio.channels

Class FileChannel.MapMode

java.lang.Object
|
+--java.nio.channels.FileChannel.MapMode


public static class FileChannel.MapMode

extends Object

Since:Author:

Field Summary

static java.nio.channels.FileChannel.MapModePRIVATE

static java.nio.channels.FileChannel.MapModeREAD_ONLY

static java.nio.channels.FileChannel.MapModeREAD_WRITE

intm

Method Summary

java.lang.StringtoString()

Field Details

PRIVATE

public static FileChannel.MapMode PRIVATE


READ_ONLY

public static FileChannel.MapMode READ_ONLY


READ_WRITE

public static FileChannel.MapMode READ_WRITE


m

public int m

Since:Author:

Method Details

toString

public String toString()