Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.lzma.LZMADecoder
Extends/Implements : un.storage.archive.xz.lzma.LZMACoder
Subclasses : -

/*
LZMADecoder

Authors: Lasse Collin
Igor Pavlov

This file has been put into the public domain.
You can do whatever you want with this file.


Variables : -
Functions : LZMADecoder, reset, endMarkerDetected, decode



public void LZMADecoder (LZDecoder lz, RangeDecoder rc, int lc, int lp, int pb)

public void reset ()


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.
public boolean endMarkerDetected ()

public void decode ()