Uses of Class
crosby.binary.file.FileBlockBase
-
Packages that use FileBlockBase Package Description crosby.binary.file -
-
Uses of FileBlockBase in crosby.binary.file
Subclasses of FileBlockBase in crosby.binary.file Modifier and Type Class Description class
FileBlock
A full fileblock object contains both the metadata and data of a fileblockclass
FileBlockHead
Intermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream.class
FileBlockPosition
Stores the position in the stream of a fileblock so that it can be easily read in a random-access fashion.class
FileBlockReference
A FileBlockPosition that remembers what file this is so that it can simply be dereferencedMethods in crosby.binary.file with parameters of type FileBlockBase Modifier and Type Method Description (package private) static FileBlockPosition
FileBlockPosition. newInstance(FileBlockBase base, long offset, int length)
(package private) static FileBlockPosition
FileBlockReference. newInstance(FileBlockBase base, java.io.InputStream input, long offset, int length)
-