package flash.utils

ByteArray

The ByteArray class provides methods and properties to optimize reading, * writing, and working with binary data. *

Note: The ByteArray class is for advanced developers who need to * access data on the byte level.

CompressionAlgorithm

The CompressionAlgorithm class defines string constants for the names of * compress and uncompress options. These constants are used as values of the * algorithm parameter of the ByteArray.compress() * and ByteArray.uncompress() methods.

Dictionary

Endian

The Endian class contains values that denote the byte order used to * represent multibyte numbers. The byte order is either bigEndian(most * significant byte first) or littleEndian(least significant byte first). * *

Content in Flash Player or Adobe® AIR™ can interface with * a server by using the binary protocol of that server, directly. Some * servers use the bigEndian byte order and some servers use the littleEndian * byte order. Most servers on the Internet use the bigEndian byte order * because "network byte order" is bigEndian. The littleEndian byte order is * popular because the Intel x86 architecture uses it. Use the endian byte * order that matches the protocol of the server that is sending or receiving * data.

Function

IDataInput

Namespace

Object

QName

RegExp