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

Inheritance

Properties

decoder Converter<List<int>,String>
read-only

encoder Converter<String,List<int>>
read-only

inverted Codec<List<int>,String>
read-only, inherited

Inverts this.

name String
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.