func_streams_readshort.rst 404 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_readshort:
  2. =========
  3. ReadShort
  4. =========
  5. ReadShort -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ReadShort( stream:TStream )
  10. Read a Short from a stream
  11. #ReadShort reads 2 bytes from @stream.
  12. A TStreamReadException is thrown If there is not enough data available.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. A Short value
  18. Examples
  19. ========
  20. See Also
  21. ========