feathers.amfio

sol
AMFDictionary

Stores data from the AMF dictionary type, which is similar to a map. Unlike Haxe maps, AMF dictionaries can hold a mix of data types.

AMFDictionaryData

Stores data for the AMFDictionary abstract.

AMFDictionaryKeyValueIterator

This iterator is used when keyValueIterator() is called on an AMFDictionary instance.

AMFEcmaArray

Stores data from the AMF associative array type. Unlike Haxe arrays, AS3 and ECMAScript aarrays can hold both integer and string keys.

AMFEcmaArrayData

Stores data for the AMFEcmaArray abstract.

AMFEcmaArrayKeyValueIterator

This iterator is used when keyValueIterator() is called on an AMFEcmaArray instance.

AMFReader

Read raw AMF data from a ByteArray.

AMFWriter

Write raw AMF data from a ByteArray.