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

Uses of FileChannel in java.nio.channels
 

Fields in java.nio.channels declared as FileChannel
private  FileChannel FileLock.channel
           
 

Methods in java.nio.channels that return FileChannel
abstract  FileChannel FileChannel.position(long newPosition)
          Sets the position of the channel on the assoziated file.
abstract  FileChannel FileChannel.truncate(long size)
          Truncates the channel's file at size.
 FileChannel FileLock.channel()
          Returns the file channel upon whose file this lock is held.
 

Constructors in java.nio.channels with parameters of type FileChannel
FileLock(FileChannel channel, long position, long size, boolean shared)
          Initializes the file lock.