Base32Codec class
Properties
-
decoder
→ AlphabetDecoder
-
Returns the decoder of
this
, converting from T
to S
.
final
-
encoder
→ AlphabetEncoder
-
Returns the encoder from
S
to T
.
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
Constants
-
crockford
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet of
Crockford's Base32:
-
geohash
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet of
Geohash's Base32:
-
hex
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet of
base32hex:
:
-
hexLower
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet of lowercase
base32hex:
-
lowercase
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet:
-
lowercaseNoPadding
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet:
-
standard
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet described in
RFC-4648:
-
standardNoPadding
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet described in
RFC-4648:
-
wordSafe
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the
Word-safe alphabet:
-
z
→ const Base32Codec
-
Codec instance to encode and decode 8-bit integer sequence to 5-bit
Base-32 character sequence using the alphabet of
z-base-32: