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 dereferencedFields in crosby.binary.file with type parameters of type FileBlockPosition Modifier and Type Field Description (package private) java.util.List<FileBlockPosition>BlockOutputStream. writtenblocksMethods in crosby.binary.file that return FileBlockPosition 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)(package private) static FileBlockPositionFileBlockPosition. parseFrom(com.google.protobuf.ByteString b)TODO: Parse a serialized representation of this block referenceFileBlockPositionFileBlock. writeTo(java.io.OutputStream outwrite, 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.
-