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

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)
           
 



SourceForge.net Logo