Encoder
Encode things.
See also
Inheritors
Types
Link copied to clipboard
Data to encode is fed into consume and, as the Encoder.Feed's buffer fills, encoded data is output to the supplied Encoder.OutFeed. This allows for a "lazy" encode, or streaming of encoded data.
Link copied to clipboard
A callback for returning encoded characters as they are produced by Encoder.Feed.
Functions
Link copied to clipboard
Creates a new Encoder.Feed, outputting encoded data to the supplied Encoder.OutFeed.
Link copied to clipboard