| Package | org.openzoom.flash.utils |
| Class | public final class Base16 |
See also
| Method | Defined by | ||
|---|---|---|---|
|
decode(value:String, ignoreCase:Boolean = false):String
[static]
Returns the decoded value of the Base16 encoded String
value. | Base16 | ||
|
encode(value:String):String
[static]
Returns the Base16 encoded String of
value. | Base16 | ||
| decode | () | method |
public static function decode(value:String, ignoreCase:Boolean = false):String
Returns the decoded value of the Base16 encoded String value.
value:String |
|
ignoreCase:Boolean (default = false) |
String |
| encode | () | method |
public static function encode(value:String):String
Returns the Base16 encoded String of value.
value:String |
String |