Package | Description |
---|---|
org.tukaani.xz.common | |
org.tukaani.xz.index |
Modifier and Type | Method and Description |
---|---|
static StreamFlags |
DecoderUtil.decodeStreamFooter(byte[] buf) |
static StreamFlags |
DecoderUtil.decodeStreamHeader(byte[] buf) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DecoderUtil.areStreamFlagsEqual(StreamFlags a,
StreamFlags b) |
Modifier and Type | Method and Description |
---|---|
StreamFlags |
IndexDecoder.getStreamFlags() |
Constructor and Description |
---|
IndexDecoder(SeekableInputStream in,
StreamFlags streamFooterFlags,
long streamPadding,
int memoryLimit) |