The system encoding is the current code page on Windows and UTF-8 on Linux and Mac.

Extends

Properties

Converter<List<int>,String> decoder
read-only
Converter<String,List<int>> encoder
read-only
Codec<List<int>,String> inverted
read-only, inherited
Inverts this.
String name
read-only

Constructors

SystemEncoding()
const

Methods

decode(List<int> encoded) → String
decodeStream(Stream<List<int>> byteStream) → Future<String>
inherited
encode(String input) → List<int>
fuse(Codec<List<int>> other) → Codec<String>
inherited
Fuses this with other.