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 boolean
BinaryParser. skipBlock(FileBlockPosition block)
-
Uses of FileBlockPosition in crosby.binary.file
Subclasses of FileBlockPosition in crosby.binary.file Modifier and Type Class Description class
FileBlockHead
Intermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream.class
FileBlockReference
A FileBlockPosition that remembers what file this is so that it can simply be dereferencedFields in crosby.binary.file with type parameters of type FileBlockPosition Modifier and Type Field Description (package private) java.util.List<FileBlockPosition>
BlockOutputStream. writtenblocks
Methods in crosby.binary.file that return FileBlockPosition 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)
(package private) static FileBlockPosition
FileBlockPosition. parseFrom(com.google.protobuf.ByteString b)
TODO: Parse a serialized representation of this block referenceFileBlockPosition
FileBlock. writeTo(java.io.OutputStream outwrite, CompressFlags flags)
Methods in crosby.binary.file with parameters of type FileBlockPosition Modifier and Type Method Description boolean
BlockReaderAdapter. 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.
-