func_streams_readint.rst 388 B

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