func_streams_writeint.rst 387 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_writeint:
  2. ========
  3. WriteInt
  4. ========
  5. WriteInt -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WriteInt( stream:TStream,n )
  10. Write an Int to a stream
  11. #WriteInt writes 4 bytes to @stream.
  12. A TStreamWriteException is thrown if not all bytes could be written
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========