interface flash.utils.IDataInput
Available on all platforms
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.
Note: The ByteArray class is for advanced developers who need to * access data on the byte level.
var bytesAvailable:UInt
var endian:Endian
var objectEncoding:UInt
function readBoolean():Bool
function readByte():Int
function readBytes(bytes:ByteArray, ?offset:UInt, ?length:UInt):Void
function readDouble():Float
function readFloat():Float
function readInt():Int
function readMultiByte(length:UInt, charSet:String):String
function readObject():Dynamic
function readShort():Int
function readUTF():String
function readUTFBytes(length:UInt):String
function readUnsignedByte():UInt
function readUnsignedInt():UInt
function readUnsignedShort():UInt