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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
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

Completed in 70 milliseconds