Home
last modified time | relevance | path

Searched defs:readIntLe (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java64 int readIntLe() throws IOException; in readIntLe() method
DRealBufferedSource.java236 @Override public int readIntLe() throws IOException { in readIntLe() method in RealBufferedSource
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java165 @Test public void readIntLe() throws Exception { in readIntLe() method in BufferedSourceTest