flash.utils.ObjectInput
type
class
implements
IDataInput
available in
flash
Constructor
new
()
Instance Variables
bytesAvailable
(default,null) :
UInt
endian
:
Endian
objectEncoding
:
UInt
Instance Methods
readBoolean
() :
Bool
readByte
() :
Int
readBytes
(bytes :
ByteArray
, ?offset :
UInt
, ?length :
UInt
) :
Void
readDouble
() :
Float
readFloat
() :
Float
readInt
() :
Int
readMultiByte
(length :
UInt
, charSet :
String
) :
String
readObject
() :
Dynamic
readShort
() :
Int
readUTF
() :
String
readUTFBytes
(length :
UInt
) :
String
readUnsignedByte
() :
UInt
readUnsignedInt
() :
UInt
readUnsignedShort
() :
UInt