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