Class LZMADecoder

java.lang.Object
org.graalvm.shadowed.org.tukaani.xz.lzma.LZMADecoder

public final class LZMADecoder extends Object
  • Constructor Details

  • 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

      public void decode() throws IOException
      Throws:
      IOException