Searched refs:LZMA2InputStream (Results 1 - 3 of 3) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DLZMA2Decoder.java29 return LZMA2InputStream.getMemoryUsage(dictSize);
33 return new LZMA2InputStream(in, dictSize);
H A DLZMA2InputStream.java2 * LZMA2InputStream
23 public class LZMA2InputStream extends InputStream { class in inherits:InputStream
116 public LZMA2InputStream(InputStream in, int dictSize) { method in class:LZMA2InputStream
123 * This is like <code>LZMA2InputStream(InputStream, int)</code> except
138 public LZMA2InputStream(InputStream in, int dictSize, byte[] presetDict) { method in class:LZMA2InputStream
325 * In LZMA2InputStream, the return value will be non-zero when the
H A DLZMA2Options.java54 * use {@link LZMA2InputStream} directly.
544 * to {@link LZMA2InputStream#getMemoryUsage(int)} if the dictionary size
551 * {@link LZMA2InputStream#getMemoryUsage} directly to get raw decoder
562 return LZMA2InputStream.getMemoryUsage(d + 1);
566 return new LZMA2InputStream(in, dictSize);

Completed in 277 milliseconds