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

  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 79 long readDecimalLong() throws IOException;
RealBufferedSource.java 251 @Override public long readDecimalLong() throws IOException {
266 return buffer.readDecimalLong();
  /external/okhttp/okio/okio/src/test/java/okio/
BufferedSourceTest.java 685 long actual = source.readDecimalLong();
694 assertEquals(1234567890123456L, source.readDecimalLong());
701 source.readDecimalLong();
711 source.readDecimalLong();
721 source.readDecimalLong();
731 source.readDecimalLong();
741 source.readDecimalLong();
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar 

Completed in 649 milliseconds