Class 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.
    • Constructor Detail

      • FileBlockHead

        protected FileBlockHead​(java.lang.String type,
                                com.google.protobuf.ByteString indexdata)