Pakket | mx.utils |
Klasse | public class Base64Decoder |
Overerving | Base64Decoder Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | Base64Decoder | ||
Decodes a Base64 encoded String and adds the result to an internal
buffer. | Base64Decoder | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Clears all buffers and resets the decoder to its initial state. | Base64Decoder | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Returns the current buffer as a decoded flash.utils.ByteArray. | Base64Decoder | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constructordetails
Base64Decoder | () | Constructor |
public function Base64Decoder()
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Constructor.
Methodedetails
decode | () | methode |
public function decode(encoded:String):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Decodes a Base64 encoded String and adds the result to an internal buffer. Strings must be in ASCII format.
Subsequent calls to this method add on to the internal
buffer. After all data have been encoded, call toByteArray()
to obtain a decoded flash.utils.ByteArray
.
Parameters
encoded:String — The Base64 encoded String to decode.
|
reset | () | methode |
public function reset():void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Clears all buffers and resets the decoder to its initial state.
toByteArray | () | methode |
public function toByteArray():ByteArray
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Returns the current buffer as a decoded flash.utils.ByteArray
.
Note that calling this method also clears the buffer and resets the
decoder to its initial state.
ByteArray — The decoded flash.utils.ByteArray .
|
Wed Jun 13 2018, 11:42 AM Z