Package crosby.binary.file
Class FileBlockHead
- java.lang.Object
-
- crosby.binary.file.FileBlockBase
-
- crosby.binary.file.FileBlockPosition
-
- crosby.binary.file.FileBlockReference
-
- crosby.binary.file.FileBlockHead
-
public class FileBlockHead extends FileBlockReference
Intermediate representation of the header of a fileblock when a set of fileblocks is read as in a stream. The data in the fileblock must be either skipped (where the returned value is a reference to the fileblock) or parsed.- Author:
- crosby
-
-
Field Summary
-
Fields inherited from class crosby.binary.file.FileBlockReference
input
-
Fields inherited from class crosby.binary.file.FileBlockPosition
datasize
-
Fields inherited from class crosby.binary.file.FileBlockBase
indexdata, type
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileBlockHead(String type, com.google.protobuf.ByteString indexdata)
-
Method Summary
-
Methods inherited from class crosby.binary.file.FileBlockReference
read
-
Methods inherited from class crosby.binary.file.FileBlockPosition
getDatasize, read, serialize
-
Methods inherited from class crosby.binary.file.FileBlockBase
getIndexData, getType
-
-
-
-
Constructor Detail
-
FileBlockHead
protected FileBlockHead(String type, com.google.protobuf.ByteString indexdata)
-
-