Skip to main content

Module stream

Module stream 

Source
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ยง

DecodingReader
A streaming decoder that wraps a byte source and produces UTF-8 output.