Searched refs:LZDecoder (Results 1 – 5 of 5) sorted by relevance
16 import org.tukaani.xz.lz.LZDecoder;48 private final LZDecoder lz;145 this.lz = new LZDecoder(getDictSize(dictSize), presetDict); in LZMA2InputStream()
16 import org.tukaani.xz.lz.LZDecoder;50 private LZDecoder lz;418 lz = new LZDecoder(getDictSize(dictSize), presetDict); in initialize()
14 import org.tukaani.xz.lz.LZDecoder;18 private final LZDecoder lz;24 public LZMADecoder(LZDecoder lz, RangeDecoder rc, int lc, int lp, int pb) { in LZMADecoder()
17 public final class LZDecoder { class26 public LZDecoder(int dictSize, byte[] presetDict) { in LZDecoder() method in LZDecoder
78 src/org/tukaani/xz/lz/LZDecoder.java