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 gnu.java.nio

Classes derived from java.nio.channels.FileChannel

class
This file is not user visible !

Methods with return type java.nio.channels.FileChannel

FileChannel
FileChannelImpl.position(long newPosition)
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.

Uses in package gnu.java.nio.channels

Classes derived from java.nio.channels.FileChannel

class
This file is not user visible !

Methods with return type java.nio.channels.FileChannel

FileChannel
FileChannelImpl.position(long newPosition)
FileChannel