Open-ended Encoding enum.
- Extends
- Implemented by
Static Methods
Properties
- decoder → Converter<List<int>,String>
-
read-only, inherited
Returns the decoder of
this
, converting fromT
toS
. - encoder → Converter<String,List<int>>
-
read-only, inherited
Returns the encoder from
S
toT
. - inverted → Codec<List<int>,String>
-
read-only, inherited
Inverts
this
. - name → String
-
read-only
Name of the encoding.
Constructors
- Encoding()
-
const