Home
last modified time | relevance | path

Searched refs:inChecked (Results 1 – 2 of 2) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexHash.java50 CheckedInputStream inChecked = new CheckedInputStream(in, crc32); in validate() local
53 long storedRecordCount = DecoderUtil.decodeVLI(inChecked); in validate()
61 long unpaddedSize = DecoderUtil.decodeVLI(inChecked); in validate()
62 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in validate()
83 DataInputStream inData = new DataInputStream(inChecked); in validate()
DIndexDecoder.java53 CheckedInputStream inChecked = new CheckedInputStream(in, crc32); in IndexDecoder() local
56 if (inChecked.read() != 0x00) in IndexDecoder()
61 long count = DecoderUtil.decodeVLI(inChecked); in IndexDecoder()
90 long unpaddedSize = DecoderUtil.decodeVLI(inChecked); in IndexDecoder()
91 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in IndexDecoder()
125 if (inChecked.read() != 0x00) in IndexDecoder()