Latin1Decoder class

This class converts Latin-1 bytes (lists of unsigned 8-bit integers) to a string.

This class converts Latin-1 bytes (lists of unsigned 8-bit integers) to a string.

Constructors

Latin1Decoder ( {bool allowInvalid: false} )
const
Instantiates a new Latin1Decoder.

Instance Methods

startChunkedConversion ( Sink<String> sink ) → ByteConversionSink
Starts a chunked conversion.
fuse Inherited ( Converter<String> other ) → Converter<List<int>>
Fuses this with other.
bind Inherited ( Stream<List<int>> stream ) → Stream<String>
Transform the incoming [stream]'s events.
convert Inherited ( List<int> bytes, [int start = 0, int end] ) → String
Converts the bytes (a list of unsigned 7- or 8-bit integers) to the corresponding string.
fuse Inherited ( Converter<String> other ) → Converter<List<int>>
Fuses this with other.