Home
last modified time | relevance | path

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

/external/xz-java/src/org/tukaani/xz/index/
DIndexHash.java50 CheckedInputStream inChecked = new CheckedInputStream(in, crc32); in validate() local
56 long storedRecordCount = DecoderUtil.decodeVLI(inChecked); in validate()
65 long unpaddedSize = DecoderUtil.decodeVLI(inChecked); in validate()
66 long uncompressedSize = DecoderUtil.decodeVLI(inChecked); in validate()
87 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()