Home
last modified time | relevance | path

Searched defs:readAllAndClose (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DSynchronousHttpClient.java44 static long readAllAndClose(InputStream in) throws IOException { in readAllAndClose() method in SynchronousHttpClient
/external/okio/okio/src/jvmTest/java/okio/
DLargeStreamsTest.java94 private Long readAllAndClose(Source source, Sink sink) throws IOException { in readAllAndClose() method in LargeStreamsTest