AsciiDecoder class

Constructors

AsciiDecoder({bool allowInvalid: false})
const

Instance Methods

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