Searched refs:uncompSize (Results 1 – 1 of 1) sorted by relevance
/external/xz-java/src/org/tukaani/xz/ |
D | LZMAInputStream.java | 310 long uncompSize = 0; in LZMAInputStream() local 312 uncompSize |= (long)inData.readUnsignedByte() << (8 * i); in LZMAInputStream() 319 initialize(in, uncompSize, propsByte, dictSize, null, arrayCache); in LZMAInputStream() 368 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte, in LZMAInputStream() argument 370 initialize(in, uncompSize, propsByte, dictSize, null, in LZMAInputStream() 406 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte, in LZMAInputStream() argument 409 initialize(in, uncompSize, propsByte, dictSize, presetDict, in LZMAInputStream() 453 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte, in LZMAInputStream() argument 457 initialize(in, uncompSize, propsByte, dictSize, presetDict, in LZMAInputStream() 493 public LZMAInputStream(InputStream in, long uncompSize, in LZMAInputStream() argument [all …]
|