Decoder
Decode things.
See also
Inheritors
Types
Link copied to clipboard
Encoded data is fed into consume and, as the Decoder.Feed's buffer fills, decoded data is output to the supplied Decoder.OutFeed. This allows for a "lazy" decode, or streaming of decoded data.
Link copied to clipboard
A callback for returning decoded bytes as they are produced by Decoder.Feed.
Functions
Link copied to clipboard
Creates a new Decoder.Feed, outputting decoded data to the supplied Decoder.OutFeed.
Link copied to clipboard