Home
last modified time | relevance | path

Searched refs:maxReadBytes (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java157 int maxReadBytes = 1024; field in BufferPerformanceBench
243 return super.receive(bytes, bench.maxReadBytes); in receive()