OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readLongLe
(Results
1 - 4
of
4
) sorted by null
/external/okhttp/okio/src/main/java/okio/
BufferedSource.java
62
long
readLongLe
() throws IOException;
RealBufferedSource.java
124
@Override public long
readLongLe
() throws IOException {
126
return buffer.
readLongLe
();
OkBuffer.java
272
@Override public long
readLongLe
() {
/external/okhttp/okio/src/test/java/okio/
OkBufferTest.java
506
@Test public void
readLongLe
() throws Exception {
514
assertEquals(0x2143658710efcdabL, data.
readLongLe
());
515
assertEquals(0x4534231269584736L, data.
readLongLe
());
Completed in 60 milliseconds