public final class LZMADecoder
extends java.lang.Object
Constructor and Description |
---|
LZMADecoder(LZDecoder lz,
RangeDecoder rc,
int lc,
int lp,
int pb) |
Modifier and Type | Method and Description |
---|---|
void |
decode() |
boolean |
endMarkerDetected()
Returns true if LZMA end marker was detected.
|
void |
reset() |
public LZMADecoder(LZDecoder lz, RangeDecoder rc, int lc, int lp, int pb)
public void reset()
public boolean endMarkerDetected()
public void decode() throws java.io.IOException
java.io.IOException