Buffer |
A collection of bytes in memory.
|
Buffer.UnsafeCursor |
A handle to the underlying data in a buffer.
|
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 Sink which forwards calls to another.
|
ForwardingSource |
A Source which forwards calls to another.
|
ForwardingTimeout |
A Timeout which 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 |
|
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.
|