asUtf8Sink 方法
- bool allowMalformed
将 this
作为接受 UTF-8 输入的接收器返回。
如果使用,则此方法必须是第一个也是唯一的对 this
的调用。它使 this
无效。所有后续操作都必须在对结果上进行。
实现
ByteConversionSink asUtf8Sink(bool allowMalformed) {
return _Utf8ConversionSink(this, allowMalformed);
}
将 this
作为接受 UTF-8 输入的接收器返回。
如果使用,则此方法必须是第一个也是唯一的对 this
的调用。它使 this
无效。所有后续操作都必须在对结果上进行。
ByteConversionSink asUtf8Sink(bool allowMalformed) {
return _Utf8ConversionSink(this, allowMalformed);
}