|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubFileChannel | |
---|---|
com.faunos.skwish.sys | The basic file-based Segment structure is implemented here. |
com.faunos.skwish.sys.mgr | The SegmentStore implementation. |
com.faunos.util.io | Utilities and implementation classes for various I/O operations. |
Uses of SubFileChannel in com.faunos.skwish.sys |
---|
Methods in com.faunos.skwish.sys that return SubFileChannel | |
---|---|
protected SubFileChannel |
BaseSegment.newSubFileChannelImpl(FileChannel entryFile,
long start,
long end,
boolean update)
Returns the implementation-specific SubFileChannel . |
Uses of SubFileChannel in com.faunos.skwish.sys.mgr |
---|
Methods in com.faunos.skwish.sys.mgr that return SubFileChannel | |
---|---|
protected SubFileChannel |
UnitDir.Seg.newSubFileChannelImpl(FileChannel entryFile,
long start,
long end,
boolean update)
Returns a SubFileChannel that updates the usage count. |
Uses of SubFileChannel in com.faunos.util.io |
---|
Methods in com.faunos.util.io that return SubFileChannel | |
---|---|
static SubFileChannel |
SubFileChannel.newReadOnlyView(FileChannel file,
long startPosition,
long endPosition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |