Uses of Package
crosby.binary.file
-
Packages that use crosby.binary.file Package Description crosby.binary crosby.binary.file -
Classes in crosby.binary.file used by crosby.binary Class Description BlockOutputStream BlockReaderAdapter An adaptor that receives blocks from an input streamFileBlock A full fileblock object contains both the metadata and data of a fileblockFileBlockPosition Stores the position in the stream of a fileblock so that it can be easily read in a random-access fashion. -
Classes in crosby.binary.file used by crosby.binary.file Class Description BlockReaderAdapter An adaptor that receives blocks from an input streamCompressFlags FileBlock A full fileblock object contains both the metadata and data of a fileblockFileBlockBase Base class that contains the metadata about a fileblock.FileBlockHead Intermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream.FileBlockPosition Stores the position in the stream of a fileblock so that it can be easily read in a random-access fashion.FileBlockReference A FileBlockPosition that remembers what file this is so that it can simply be dereferenced