Searched refs:readIntLe (Results 1 – 5 of 5) sorted by relevance
173 checkEqual("CRC", source.readIntLe(), (int) crc.getValue()); in consumeTrailer()174 checkEqual("ISIZE", source.readIntLe(), inflater.getTotalOut()); in consumeTrailer()
64 int readIntLe() throws IOException; in readIntLe() method
236 @Override public int readIntLe() throws IOException { in readIntLe() method in RealBufferedSource238 return buffer.readIntLe(); in readIntLe()
402 @Override public int readIntLe() {
165 @Test public void readIntLe() throws Exception { in readIntLe() method in BufferedSourceTest170 assertEquals(0x10efcdab, source.readIntLe()); in readIntLe()171 assertEquals(0x21436587, source.readIntLe()); in readIntLe()