set_byte_array
Description:
public void set_byte_array (
ByteArray array)
Sets the byte array on the memory stream.
Note: The memory stream is not responsible for freeing the byte array. Use
set_owner to change this behavior.
Parameters:
this |
a StreamMem
|
array |
stream data
|