SystemEncodingfinal

系统编码是 Windows 上的当前代码页,以及 Linux 和 Mac 上的 UTF-8。

继承

构造函数

SystemEncoding()
创建一个 const SystemEncoding。
const

属性

decoder Converter<List<int>, String>
返回本对象的解码器,从 List<int> 转换到 String
no setteroverride
encoder Converter<String, List<int>>
String 返回编码器到 List<int>
no setteroverride
hashCode int
此对象的哈希码。
no setterinherited
inverted Codec<List<int>, String>
反转此。
no setterinherited
name String
编码的名称。
no setteroverride
runtimeType Type
对象的运行时常量的表示。
no setterinherited

方法

decode(List<int> encoded) String
解码 encoded 数据。
override
decodeStream(Stream<List<int>>> byteStream) Future<String>
inherited
encode(String input) List<int>
编码输入。
override
fuse<R>(Codec<List<int>>, R> other) Codec<String, R>
将本对象与 other 合并。
inherited
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
inherited
toString() String
该对象的字符串表示形式。
inherited

运算符

operator ==(Object other) bool
等号运算符。
inherited