Class LZMADecoder
java.lang.Object
org.graalvm.shadowed.org.tukaani.xz.lzma.LZMADecoder
-
Constructor Details
-
LZMADecoder
-
-
Method Details
-
reset
public void reset() -
endMarkerDetected
public boolean endMarkerDetected()Returns true if LZMA end marker was detected. It is encoded as the maximum match distance which with signed ints becomes -1. This function is needed only for LZMA1. LZMA2 doesn't use the end marker in the LZMA layer. -
decode
- Throws:
IOException
-