{ "type": "class", | |
"qname": "mx.utils.Base64Decoder", | |
"baseClassname": "" | |
, | |
"description": "A utility class to decode a Base64 encoded String to a ByteArray.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.4"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"members": [ | |
{ "type": "method", | |
"qname": "mx.utils.Base64Decoder", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Constructor.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.4"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "decode", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Decodes a Base64 encoded String and adds the result to an internal buffer. Strings must be in ASCII format. <p>Subsequent calls to this method add on to the internal buffer. After all data have been encoded, call <code>toByteArray()</code> to obtain a decoded <code>flash.utils.ByteArray</code>.</p>", | |
"tags": [ | |
{ "tagName": "param", | |
"values": ["encoded The Base64 encoded String to decode."]}, | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.4"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "String", | |
"params": [{ "name": "data", "type": "String"}]} | |
, | |
{ "type": "method", | |
"qname": "drain", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "mx.utils.ByteArray", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "flush", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"return": "mx.utils.ByteArray", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "reset", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Clears all buffers and resets the decoder to its initial state.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.4"]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "void", | |
"params": []} | |
, | |
{ "type": "method", | |
"qname": "toByteArray", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Returns the current buffer as a decoded <code>flash.utils.ByteArray</code>. Note that calling this method also clears the buffer and resets the decoder to its initial state.", | |
"tags": [ | |
{ "tagName": "playerversion", | |
"values": ["Flash 9", "AIR 1.1"]}, | |
{ "tagName": "productversion", | |
"values": ["Royale 0.9.4"]}, | |
{ "tagName": "return", | |
"values": ["The decoded <code>flash.utils.ByteArray</code>."]}, | |
{ "tagName": "langversion", | |
"values": ["3.0"]} ], | |
"return": "mx.utils.ByteArray", | |
"params": []} | |
] | |
} |