set_owner
Description:
public void set_owner (
bool owner)
Sets whether or not this owns the backend memory buffer.
Note: owner
should be true if the stream should free the backend memory buffer when destroyed or
false otherwise.
Parameters:
this |
a StreamMem
|
owner |
true if this stream should own the ByteArray
or false otherwise
|