Documentation
›
API Reference
›
Object
›
Stream
Write
Lua
C++
This function writes raw data from a memory buffer to a stream.
Syntax
Write
(number b, number size)
Parameters
buf:
the memory buffer to read data from.
size:
the size of the data to write.
Remarks
This function is not available in Lua.