Zend_Amf_Util_BinaryStreamUtility class to walk through a data stream byte by byte with conventional names
Located in /Amf/Util/BinaryStream.php (line 31)
| Class | Description |
|---|---|
Zend_Amf_Parse_OutputStream
|
Iterate at a binary level through the AMF response |
Zend_Amf_Parse_InputStream
|
InputStream is used to iterate at a binary level through the AMF request. |
Constructor __construct (line 63)
Constructor
Create a reference to a byte stream that is going to be parsed or created by the methods in the class. Detect if the class should use big or little Endian encoding.
getStream (line 81)
Returns the current stream
readByte (line 124)
Reads a signed byte
readBytes (line 94)
Read the number of bytes in a row for the length supplied.
readDouble (line 256)
Reads an IEEE 754 double-precision floating point number from the data stream.
readInt (line 151)
Reads a signed 32-bit integer from the data stream.
readLong (line 221)
Read a long numeric value
readLongUtf (line 198)
Read a long UTF string
readUnsignedShort (line 244)
Read a 16 bit unsigned short.
readUtf (line 173)
Reads a UTF-8 string from the data stream
writeByte (line 140)
Writes the passed string into a signed byte on the stream.
writeBytes (line 113)
Write any length of bytes to the stream
Usually a string.
writeDouble (line 275)
Writes an IEEE 754 double-precision floating point number from the data stream.
writeInt (line 162)
Write an the integer to the output stream as a 32 bit signed integer
writeLong (line 232)
Write long numeric value to output stream
writeLongUtf (line 210)
Write a long UTF string to the buffer
writeUtf (line 185)
Wite a UTF-8 string to the outputstream
Documentation generated on Mon, 21 Jun 2010 15:09:05 -0400 by phpDocumentor 1.4.3