func_streams_savebytearray.rst 509 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. _func_streams_savebytearray:
  2. =============
  3. SaveByteArray
  4. =============
  5. SaveByteArray -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SaveByteArray( byteArray:Byte[],url:Object )
  10. Save a Byte array to a stream
  11. The specified @url is opened For writing, and each element of @byteArray is written to the
  12. resultant stream.
  13. A #TStreamWriteException is thrown if not all bytes could be written.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========