Home
last modified time | relevance | path

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

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java58 short readShortLe() throws IOException; in readShortLe() method
DRealBufferedSource.java226 @Override public short readShortLe() throws IOException { in readShortLe() method in RealBufferedSource
/external/okhttp/okio/okio/src/test/java/okio/
DBufferedSourceTest.java134 @Test public void readShortLe() throws Exception { in readShortLe() method in BufferedSourceTest