Searched refs:inChecked (Results 1 – 2 of 2) sorted by relevance
50 CheckedInputStream inChecked = new CheckedInputStream(in, crc32); in validate() local56 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()
53 CheckedInputStream inChecked = new CheckedInputStream(in, crc32); in IndexDecoder() local56 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()