Expand description
Contains an implementation of accumulating reader.
See AccReader documentation for more information and examples.
Structs§
- AccReader
- An accumulating reader which provides
Seekfor anyRead.
Constants§
- DEFAULT_
BUF_ CAPACITY - Default capacity for the internal buffer of
AccReader. - DEFAULT_
BUF_ INCREMENT - Default increment for the internal buffer of
AccReader.