func_streams_loadbytearray.rst 455 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_streams_loadbytearray:
  2. =============
  3. LoadByteArray
  4. =============
  5. LoadByteArray -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LoadByteArray:Byte[]( url:Object )
  10. Load a Byte array from a stream
  11. The specified @url is opened for reading, and each byte in the resultant stream
  12. (until eof of reached) is read into a byte array.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. A Byte array
  18. Examples
  19. ========
  20. See Also
  21. ========