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