OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inChecked
(Results
1 - 2
of
2
) sorted by null
/external/xz-java/src/org/tukaani/xz/index/
IndexHash.java
50
CheckedInputStream
inChecked
= new CheckedInputStream(in, crc32);
56
long storedRecordCount = DecoderUtil.decodeVLI(
inChecked
);
65
long unpaddedSize = DecoderUtil.decodeVLI(
inChecked
);
66
long uncompressedSize = DecoderUtil.decodeVLI(
inChecked
);
87
DataInputStream inData = new DataInputStream(
inChecked
);
IndexDecoder.java
53
CheckedInputStream
inChecked
= new CheckedInputStream(in, crc32);
56
if (
inChecked
.read() != 0x00)
61
long count = DecoderUtil.decodeVLI(
inChecked
);
90
long unpaddedSize = DecoderUtil.decodeVLI(
inChecked
);
91
long uncompressedSize = DecoderUtil.decodeVLI(
inChecked
);
125
if (
inChecked
.read() != 0x00)
Completed in 84 milliseconds