Home
last modified time | relevance | path

Searched refs:readLongLe (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java70 long readLongLe() throws IOException; in readLongLe() method
DRealBufferedSource.java246 @Override public long readLongLe() throws IOException { in readLongLe() method in RealBufferedSource
248 return buffer.readLongLe(); in readLongLe()
DBuffer.java406 @Override public long readLongLe() {
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java196 @Test public void readLongLe() throws Exception { in readLongLe() method in BufferedSourceTest
202 assertEquals(0x2143658710efcdabL, source.readLongLe()); in readLongLe()
203 assertEquals(0x4534231269584736L, source.readLongLe()); in readLongLe()