Charset class

Charset class, which can take other converters.

Constructors

Charset()
factory

Properties

charsetEncoding String
no setter
converter CharsetConverter
Set the coverter to use.
no getter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(List<int> bytes) Future<String>
encode(String string) Future<List<int>>
getAvailableCharsets() Future<List<String>>
Get the list of supported charsets
isSupported(String charEncoding) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCharsetEncoding(String charsetName) Future<void>
Set the charsetName to use.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited