func_streams_writebyte.rst 399 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_streams_writebyte:
  2. =========
  3. WriteByte
  4. =========
  5. WriteByte -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. WriteByte( stream:TStream,n )
  10. Write a Byte to a stream
  11. #WriteByte writes a single Byte to @stream.
  12. A TStreamWriteException is thrown If the Byte could Not be written
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. Nothing.
  18. Examples
  19. ========
  20. See Also
  21. ========