public class FileBlockBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com |
indexdata
Block metadata, stored in the index block and as a prefix for every block.
|
protected String |
type
Identifies the type of the data within a block
|
| Modifier | Constructor and Description |
|---|---|
protected |
FileBlockBase(String
|
protected final Stringtype
protected final com.protobuf .ByteString indexdata
protected FileBlockBase(Stringtype, com .protobuf .ByteString indexdata)
public StringgetType()
public com.protobuf .ByteString getIndexData()