| Package | Description | 
|---|---|
| com.squareup.okio.benchmarks | |
| okio | 
| Class and Description | 
|---|
| Buffer A collection of bytes in memory. | 
| BufferedSource A source that keeps a buffer internally so that callers can do small reads without a performance
 penalty. | 
| Class and Description | 
|---|
| Buffer A collection of bytes in memory. | 
| BufferedSink A sink that keeps a buffer internally so that callers can do small writes
 without a performance penalty. | 
| BufferedSource A source that keeps a buffer internally so that callers can do small reads without a performance
 penalty. | 
| ByteString An immutable sequence of bytes. | 
| ForwardingSink A  Sinkwhich forwards calls to another. | 
| ForwardingSource A  Sourcewhich forwards calls to another. | 
| ForwardingTimeout A  Timeoutwhich forwards calls to another. | 
| HashingSink A sink that computes a hash of the full stream of bytes it has accepted. | 
| HashingSource A source that computes a hash of the full stream of bytes it has supplied. | 
| Options An indexed set of values that may be read with  BufferedSource.select(okio.Options). | 
| Sink Receives a stream of bytes. | 
| Source Supplies a stream of bytes. | 
| Timeout A policy on how much time to spend on a task before giving up. | 
Copyright © 2017. All rights reserved.