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

  /external/xz-java/src/org/tukaani/xz/index/
IndexHash.java 56 long storedRecordCount = DecoderUtil.decodeVLI(inChecked);
65 long unpaddedSize = DecoderUtil.decodeVLI(inChecked);
66 long uncompressedSize = DecoderUtil.decodeVLI(inChecked);
IndexDecoder.java 61 long count = DecoderUtil.decodeVLI(inChecked);
90 long unpaddedSize = DecoderUtil.decodeVLI(inChecked);
91 long uncompressedSize = DecoderUtil.decodeVLI(inChecked);
113 // DecoderUtil.decodeVLI to read too much at once.
  /external/xz-java/src/org/tukaani/xz/
BlockInputStream.java 88 compressedSizeInHeader = DecoderUtil.decodeVLI(bufStream);
100 uncompressedSizeInHeader = DecoderUtil.decodeVLI(bufStream);
104 filterIDs[i] = DecoderUtil.decodeVLI(bufStream);
106 long filterPropsSize = DecoderUtil.decodeVLI(bufStream);
  /external/xz-java/src/org/tukaani/xz/common/
DecoderUtil.java 97 public static long decodeVLI(InputStream in) throws IOException {

Completed in 96 milliseconds