|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |