Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.nio.channels
Class FileChannel.MapMode  view FileChannel.MapMode download FileChannel.MapMode.java

java.lang.Object
  extended byjava.nio.channels.FileChannel.MapMode
Enclosing class:
FileChannel

public static class FileChannel.MapMode
extends java.lang.Object


Field Summary
(package private)  int m
           
static FileChannel.MapMode PRIVATE
           
static FileChannel.MapMode READ_ONLY
           
static FileChannel.MapMode READ_WRITE
           
 
Constructor Summary
(package private) FileChannel.MapMode(int a)
          Initializes the MapMode.
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the MapMode object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m

int m

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
Constructor Detail

FileChannel.MapMode

FileChannel.MapMode(int a)
Initializes the MapMode.

Method Detail

toString

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