Searched refs:readLongLe (Results 1 – 4 of 4) sorted by relevance
70 long readLongLe() throws IOException; in readLongLe() method
246 @Override public long readLongLe() throws IOException { in readLongLe() method in RealBufferedSource248 return buffer.readLongLe(); in readLongLe()
406 @Override public long readLongLe() {
196 @Test public void readLongLe() throws Exception { in readLongLe() method in BufferedSourceTest202 assertEquals(0x2143658710efcdabL, source.readLongLe()); in readLongLe()203 assertEquals(0x4534231269584736L, source.readLongLe()); in readLongLe()