Crate acc_reader

Source
Expand description

Contains an implementation of accumulating reader.

See AccReader documentation for more information and examples.

Structs§

AccReader
An accumulating reader which provides Seek for any Read.

Constants§

DEFAULT_BUF_CAPACITY
Default capacity for the internal buffer of AccReader.
DEFAULT_BUF_INCREMENT
Default increment for the internal buffer of AccReader.