1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_streams_readlong:
- ========
- ReadLong
- ========
- ReadLong -
- Description
- ===========
- .. code-block:: blitzmax
- ReadLong:Long( stream:TStream )
- Read a Long from a stream
- #ReadLong reads 8 bytes from @stream.
- A TStreamReadException is thrown If there is not enough data available.
- Parameters
- ==========
- Return Values
- =============
- A Long value
- Examples
- ========
- See Also
- ========
|