Encoding class

Open-ended Encoding enum.

Open-ended Encoding enum.

Extends:
Implementors

Constructors

Encoding ( )
const

Static Methods

getByName ( String name ) → Encoding
Gets an Encoding object from the name of the character set name. The names used are the IANA official names for the character set (see http://www.iana.org/assignments/character-sets/character-sets.x...

Instance Properties

name String
read-only
inverted Codec<List<int>,String> Inherited
read-only
decoder Converter<List<int>,String> Inherited
read-only
encoder Converter<String,List<int>> Inherited
read-only
inverted Codec<List<int>,String> Inherited
read-only

Instance Methods

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