Base58To64Codec class
Converts a base-58 encoded string to/from a base-64 encoded string.
Constructors
- Base58To64Codec.new()
-
Creates a codec to convert base-58 encoded strings to/from base-64 encoded strings.
const
Properties
-
decoder
→ Converter<
String, String> -
Returns the decoder of
this
, converting fromT
to S.no setteroverride -
encoder
→ Converter<
String, String> -
Returns the encoder from S to
T
.no setteroverride - hashCode → int
-
The hash code for this object.
no setterinherited
-
inverted
→ Codec<
String, String> -
Inverts
this
.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decode(
String encoded) → String -
Decodes
encoded
data.inherited -
encode(
String input) → String -
Encodes
input
.inherited -
fuse<
R> (Codec< String, R> other) → Codec<String, 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