-
A collection of bytes in memory.
A handle to the underlying data in a buffer.
A sink that keeps a buffer internally so that callers can do small writes
without a performance penalty.
A source that keeps a buffer internally so that callers can do small reads without a performance
penalty.
An immutable sequence of bytes.
A
Sink
which forwards calls to another.
A
Source
which forwards calls to another.
A
Timeout
which forwards calls to another.
A sink that computes a hash of the full stream of bytes it has accepted.
A source that computes a hash of the full stream of bytes it has supplied.
Receives a stream of bytes.
Supplies a stream of bytes.
A policy on how much time to spend on a task before giving up.