Utf7 class
Implements the encode and decode functionality
Constructors
- Utf7()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
decode(
String string) → String -
Decodes the utf-7
string
to the corresponding utf-8 string. -
decodeModifiedBase64(
String modifiedBase64) → String -
decodes the given
modifiedBase64
string to standard utf-16 text -
encode(
String string) → String -
Encodes the utf-8
string
to the corresponding utf-7 string. -
encodeAll(
String string) → String -
Encodes the utf-8
string
to the corresponding utf-7 string, also encodes optional direct characters -
encodeModifiedBase64(
String string) → String -
Encodes the given
string
with the modified base64 algorithm defined in rfc 2152