Class Stream
Properties
| Position | |
| Size |
Methods
| copyFrom ( stream, count ) | Copies count bytes from the given stream to this stream. |
| read ( count ) | Returns a bytetable containing the bytes of the stream. |
| readByte () | |
| readDword () | |
| readQword () | |
| readWord () | |
| write ( bytetable, count ) | Writes the given bytetable to the stream. |
| writeByte ( byte ) | |
| writeDword ( dword ) | |
| writeQword ( qword ) | |
| writeWord ( word ) |
Properties
Methods
- copyFrom ( stream, count )
-
Copies count bytes from the given stream to this stream.
Parameters:
- stream
- count
- read ( count )
-
Returns a bytetable containing the bytes of the stream.
This increases the position.
Parameters:
- count
Returns:
-
bytetable
- readByte ()
-
Returns:
-
integer
- readDword ()
-
Returns:
-
integer
- readQword ()
-
Returns:
-
integer
- readWord ()
-
Returns:
-
integer
- write ( bytetable, count )
-
Writes the given bytetable to the stream.
Parameters:
- bytetable
- count (optional)
- writeByte ( byte )
-
Parameters:
- byte integer
- writeDword ( dword )
-
Parameters:
- dword integer
- writeQword ( qword )
-
Parameters:
- qword integer
- writeWord ( word )
-
Parameters:
- word integer