public interface Chunk
Modifier and Type | Method and Description |
---|---|
long |
getAddress()
Gets the address of this chunk in the file
|
int[] |
getChunkOffset()
Gets this chunks offset within the dataset
|
java.util.BitSet |
getFilterMask() |
int |
getSize()
Gets the size of this chink in bytes
|
int getSize()
java.util.BitSet getFilterMask()
int[] getChunkOffset()
long getAddress()