Searched refs:readShortLe (Results 1 – 5 of 5) sorted by relevance
130 int xlen = source.buffer().readShortLe(); in consumeHeader()163 checkEqual("FHCRC", source.readShortLe(), (short) crc.getValue()); in consumeHeader()
58 short readShortLe() throws IOException; in readShortLe() method
226 @Override public short readShortLe() throws IOException { in readShortLe() method in RealBufferedSource228 return buffer.readShortLe(); in readShortLe()
398 @Override public short readShortLe() {
138 @Test public void readShortLe() throws Exception { in readShortLe() method in BufferedSourceTest142 assertEquals((short) 0xcdab, source.readShortLe()); in readShortLe()143 assertEquals((short) 0x10ef, source.readShortLe()); in readShortLe()