Paket | mx.utils |
Sınıf | public class Base64Decoder |
Miras Alma | Base64Decoder Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | Base64Decoder | ||
Decodes a Base64 encoded String and adds the result to an internal
buffer. | Base64Decoder | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Clears all buffers and resets the decoder to its initial state. | Base64Decoder | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Returns the current buffer as a decoded flash.utils.ByteArray. | Base64Decoder | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yapıcı Ayrıntı
Base64Decoder | () | Yapıcı |
public function Base64Decoder()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Constructor.
Yöntem Ayrıntısı
decode | () | yöntem |
public function decode(encoded:String):void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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
.
Parametreler
encoded:String — The Base64 encoded String to decode.
|
reset | () | yöntem |
public function reset():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Clears all buffers and resets the decoder to its initial state.
toByteArray | () | yöntem |
public function toByteArray():ByteArray
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 .
|
Tue Jun 12 2018, 01:09 PM Z