Uses of Class
com.faunos.util.io.FilterFileChannel

Packages that use FilterFileChannel
com.faunos.util.io Utilities and implementation classes for various I/O operations. 
 

Uses of FilterFileChannel in com.faunos.util.io
 

Subclasses of FilterFileChannel in com.faunos.util.io
 class CloseProtectedFileChannel
          A FilterFileChannel that does not chain the close method to the underlying file channel.
 class LockProtectedFileChannel
          A FilterFileChannel that prevents locking any part of the underlying file channel.
 class SubFileChannel
          A view of a region of an underlying FileChannel.
 class WorkAroundFileChannel
          It's come to this… standardizing on a workaround interface for coping with outstanding bugs surrounding FileChannel implementations.
 

Constructors in com.faunos.util.io with parameters of type FilterFileChannel
FilterFileChannel.FilterFileLock(FileLock innerLock, FilterFileChannel channel)
           
FilterFileChannel.FilterFileLock(FileLock innerLock, FilterFileChannel channel, long position, long size, boolean shared)
           
 



SourceForge.net Logo