StreamFilter.setOwner

Sets whether or not stream owns the source stream..

Note: owner should be true if the stream should close() the backend source stream when destroyed or false otherwise.

class StreamFilter
void
setOwner
(
bool owner
)

Parameters

owner bool

true if this stream should own the source stream or false otherwise