func_streams_readlong.rst 400 B

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