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 classFileBlockA full fileblock object contains both the metadata and data of a fileblockclassFileBlockHeadIntermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream.classFileBlockPositionStores the position in the stream of a fileblock so that it can be easily read in a random-access fashion.classFileBlockReferenceA 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 FileBlockPositionFileBlockPosition. newInstance(FileBlockBase base, long offset, int length)(package private) static FileBlockPositionFileBlockReference. newInstance(FileBlockBase base, java.io.InputStream input, long offset, int length)
-