Searched refs:readUnsignedInt (Results 1 – 3 of 3) sorted by relevance
132 private long readUnsignedInt() { in readUnsignedInt() method in GzipInflatingBuffer.GzipMetadataReader466 if (crc.getValue() != gzipMetadataReader.readUnsignedInt() in processTrailer()467 || expectedGzipTrailerIsize != gzipMetadataReader.readUnsignedInt()) { in processTrailer()
102 int last = readUnsignedInt(input, ioBytePosition); in fromBytes()201 public static int readUnsignedInt(byte[] input, int[] ioBytePosition) { in readUnsignedInt() method in CompactStringByteConverter
216 int retest = unsigned ? CompactStringByteConverter.readUnsignedInt( in testInt()