| 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.
|
| ForwardingTimeout
A
Timeout which forwards calls to another. |
| 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 © 2015. All Rights Reserved.