| Package | Description | 
|---|---|
| com.squareup.okio.benchmarks | |
| okio | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferedSource | BufferPerformanceBenchmark.BufferSetup. receive(byte[] bytes) | 
| BufferedSource | BufferPerformanceBenchmark.BufferSetup. transmit(byte[] bytes) | 
| protected BufferedSource | BufferPerformanceBenchmark.BufferState. transmit(byte[] bytes,
        int maxChunkSize)Fills up the process buffer, hands off to send buffer and returns it for consuming. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BufferA collection of bytes in memory. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BufferedSource | Okio. buffer(Source source)Returns a new source that buffers reads from  source. | 
Copyright © 2017. All rights reserved.