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

Packages that use Word
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 Word in com.faunos.skwish.sys
 

Methods in com.faunos.skwish.sys that return Word
 Word IndexMetrics.getOffsetWordType()
          Returns the byte width of entry offsets (as a Word).
 

Methods in com.faunos.skwish.sys with parameters of type Word
static long IndexMetrics.readOffset(ByteBuffer in, Word wordType, long baseOffset)
          Reads and returns the offset contained in the given buffer using the specified base offset and word type.
static Index Index.writeNewIndex(FileChannel indexFile, Word offsetWidth, long baseId, long baseOffset)
          Writes a new index to the specified file.
static BaseSegment BaseSegment.writeNewSegment(FileChannel offsetFile, FileChannel entryFile, long baseId, Word type)
          Writes and returns a new segment to the specified offset (index) and entry [contents] files.
static void IndexMetrics.writeOffset(long offset, ByteBuffer out, Word targetWordType, long targetBaseOffset)
          Writes the specified offset to the given buffer.
 

Constructors in com.faunos.skwish.sys with parameters of type Word
Index(FileChannel indexFile, Word offsetWidth, long baseId, long baseOffset)
          Writes a new index to the specified file.
IndexMetrics(long zeroPosition, Word wordType, long baseId, long baseOffset)
          Creates a new instance.
IndexMetrics(Word wordType)
          Creates a new instance with default base offset, zero position and base ID of zero.
IndexMetrics(Word wordType, long baseOffset)
          Creates a new instance with default zero position and base ID of zero.
 

Uses of Word in com.faunos.skwish.sys.mgr
 

Methods in com.faunos.skwish.sys.mgr with parameters of type Word
static MutableBaseIdIndex MutableBaseIdIndex.writeNewIndex(FileChannel indexFile, Word offsetWidth, long baseId, long baseOffset)
          Writes a new index to the specified file.
 

Constructors in com.faunos.skwish.sys.mgr with parameters of type Word
MutableBaseIdIndex(FileChannel indexFile, Word offsetWidth, long baseId, long baseOffset)
          Writes a new index to the specified file.
 

Uses of Word in com.faunos.util.io
 

Methods in com.faunos.util.io that return Word
static Word Word.forWidth(int width)
           
static Word Word.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Word[] Word.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



SourceForge.net Logo