public class BlockInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
blockNumber |
long |
compressedOffset |
long |
uncompressedOffset |
long |
uncompressedSize |
long |
unpaddedSize |
Constructor and Description |
---|
BlockInfo(IndexDecoder indexOfFirstStream) |
Modifier and Type | Method and Description |
---|---|
int |
getCheckType() |
boolean |
hasNext() |
void |
setNext() |
public int blockNumber
public long compressedOffset
public long uncompressedOffset
public long unpaddedSize
public long uncompressedSize
public BlockInfo(IndexDecoder indexOfFirstStream)