Uses of Class java.nio.channels.FileChannel

Uses in package java.io

Methods with return type java.nio.channels.FileChannel

FileChannel
This method creates a java.nio.channels.FileChannel.
FileChannel
This method creates a java.nio.channels.FileChannel.
FileChannel
This method creates a java.nio.channels.FileChannel.

Uses in package java.nio.channels

Constructors with parameter type java.nio.channels.FileChannel

FileLock.FileLock(FileChannel channel, long position, long size, boolean shared)
Initializes the file lock.

Methods with return type java.nio.channels.FileChannel

FileChannel
Returns the file channel upon whose file this lock is held.
FileChannel
FileChannel.position(long newPosition)
Sets the position of the channel on the assoziated file.
FileChannel
FileChannel.truncate(long size)
Truncates the channel's file at size.