Expand description
Streaming decoder for chunk-based processing. Streaming decoder for chunk-based processing.
DecodingReader wraps a Read source and decodes
bytes on-the-fly into UTF-8. This is useful for large inputs where
loading the entire document into memory is undesirable.
Structsยง
- Decoding
Reader - A streaming decoder that wraps a byte source and produces UTF-8 output.