Base8Codec class
Properties
- decoder → ByteDecoder
-
Returns the decoder of
this
, converting fromT
toS
.final - encoder → ByteEncoder
-
Returns the encoder from
S
toT
.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
inverted
→ Codec<
Iterable< int> , Iterable<int> > -
Inverts
this
.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decode(
Iterable< int> encoded) → Iterable<int> -
Decodes
encoded
data.inherited -
decodeBuffer(
ByteBuffer encoded) → Iterable< int> -
Decodess an
encoded
buffer using this codecinherited -
decodeString(
String encoded) → Iterable< int> -
Decodes an
encoded
string using this codecinherited -
encode(
Iterable< int> input) → Iterable<int> -
Encodes
input
.inherited -
encodeBuffer(
ByteBuffer input) → Iterable< int> -
Encodes an
input
buffer using this codecinherited -
encodeString(
String input) → Iterable< int> -
Encodes an
input
string using this codecinherited -
fuse<
R> (Codec< Iterable< other) → Codec<int> , R>Iterable< int> , R> -
Fuses
this
withother
.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- standard → const Base8Codec
- Codec instance to encode and decode 8-bit integer sequence to 3-bit Base-8 or Octal character sequence using the alphabet: