HomeSort by relevance Sort by last modified time
    Searched defs:readIntLe (Results 1 - 3 of 3) sorted by null

  /external/okhttp/okio/src/main/java/okio/
BufferedSource.java 56 int readIntLe() throws IOException;
RealBufferedSource.java 114 @Override public int readIntLe() throws IOException {
116 return buffer.readIntLe();
  /external/okhttp/okio/src/test/java/okio/
OkBufferTest.java 471 @Test public void readIntLe() throws Exception {
477 assertEquals(0x10efcdab, data.readIntLe());
478 assertEquals(0x21436587, data.readIntLe());

Completed in 901 milliseconds