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

Position

Type:

    integer
Size

Type:

    integer

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
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35