HomeSort by relevance Sort by last modified time
    Searched refs:LZMAInputStream (Results 1 - 3 of 3) sorted by null

  /external/lzma/Java/Tukaani/src/
LZMADecDemo.java 31 InputStream in = new LZMAInputStream(System.in);
45 // LZMAInputStream doesn't do buffering internally
51 in = new LZMAInputStream(in);
59 // via LZMAInputStream, it doesn't matter).
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMAInputStream.java 2 * LZMAInputStream
37 public class LZMAInputStream extends InputStream {
181 public LZMAInputStream(InputStream in) throws IOException {
215 public LZMAInputStream(InputStream in, int memoryLimit)
289 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte,
326 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte,
364 public LZMAInputStream(InputStream in, long uncompSize,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageUtil.java 30 import org.tukaani.xz.LZMAInputStream;
99 fr = new LZMAInputStream(fr);

Completed in 89 milliseconds