Class createjs.Base64
Defined in: base64.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
A class that defines constants used for encoding an array to base-64 text or
for decoding base-64 text to an array.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
createjs.Base64.DECODE_TABLE
A conversion table from a base64 character to its value.
|
| <static> |
createjs.Base64.ENCODE_TABLE
A conversion table from an integer to a base64 character.
|
Class Detail
createjs.Base64()
A class that defines constants used for encoding an array to base-64 text or
for decoding base-64 text to an array.
Field Detail
<static>
createjs.Base64.DECODE_TABLE
A conversion table from a base64 character to its value.
<static>
createjs.Base64.ENCODE_TABLE
A conversion table from an integer to a base64 character.