Home | Trees | Indices | Help |
|
---|
|
I provide a set of methods for reading binary data with ActionScript 3.0.
This class is the I/O counterpart to the DataOutput class, which writes binary data.
See Also: IDataInput on Livedocs (external)
|
|||
|
|||
bool
|
|
||
int
|
|
||
number
|
|
||
number
|
|
||
int
|
|
||
str
|
|
||
|
|||
uint
|
|
||
uint
|
|
||
uint
|
|
||
uint
|
|
||
str
|
|
||
str
|
|
||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Read
|
Reads a signed byte.
|
Reads an IEEE 754 double-precision floating point number from the data stream.
|
Reads an IEEE 754 single-precision floating point number from the data stream.
|
Reads a signed 32-bit integer from the data stream.
|
Reads a multibyte string of specified length from the data stream using the specified character set.
|
Reads an object from the data stream.
|
Reads a signed 16-bit integer from the data stream.
|
Reads an unsigned byte from the data stream.
|
Reads an unsigned 32-bit integer from the data stream.
|
Reads an unsigned 16-bit integer from the data stream.
|
Reads a UTF-8 string from the data stream. The string is assumed to be prefixed with an unsigned short indicating the length in bytes.
|
Reads a sequence of
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Sep 19 14:56:35 2009 | http://epydoc.sourceforge.net |