Searched defs:readUInt (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
H A DGZIPInputStream.java223 if ((readUInt(in) != crc.getValue()) ||
225 (readUInt(in) != (inf.getBytesWritten() & 0xffffffffL)))
250 private long readUInt(InputStream in) throws IOException { method in class:GZIPInputStream

Completed in 64 milliseconds