Uses of Class
crosby.binary.file.FileBlockPosition
-
Packages that use FileBlockPosition Package Description crosby.binary crosby.binary.file -
-
Uses of FileBlockPosition in crosby.binary
Methods in crosby.binary with parameters of type FileBlockPosition Modifier and Type Method Description booleanBinaryParser. skipBlock(FileBlockPosition block) -
Uses of FileBlockPosition in crosby.binary.file
Subclasses of FileBlockPosition in crosby.binary.file Modifier and Type Class Description classFileBlockHeadIntermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream.classFileBlockReferenceA FileBlockPosition that remembers what file this is so that it can simply be dereferencedMethods in crosby.binary.file that return FileBlockPosition Modifier and Type Method Description FileBlockPositionFileBlock. writeTo(OutputStream outwrite, crosby.binary.file.CompressFlags flags)Methods in crosby.binary.file with parameters of type FileBlockPosition Modifier and Type Method Description booleanBlockReaderAdapter. skipBlock(FileBlockPosition message)Does the reader understand this block? Does it want the data in it? A reference contains the metadata about a block and can saved --- or stored ---- for future random access.
-