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

Quick Search    Search Deep

Uses of Class
java.nio.channels.FileChannel.MapMode

Uses of FileChannel.MapMode in java.nio.channels
 

Fields in java.nio.channels declared as FileChannel.MapMode
static FileChannel.MapMode FileChannel.MapMode.READ_ONLY
           
static FileChannel.MapMode FileChannel.MapMode.READ_WRITE
           
static FileChannel.MapMode FileChannel.MapMode.PRIVATE
           
 

Methods in java.nio.channels with parameters of type FileChannel.MapMode
abstract  java.nio.MappedByteBuffer FileChannel.map(FileChannel.MapMode mode, long position, long size)
          Maps the file into the memory.