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