set_owner


Description:

public void set_owner (bool owner)

Sets whether or not this owns the backend FILE pointer.

Note: owner should be true if the stream should fclose the backend FILE pointer when destroyed or false otherwise.

Parameters:

this

a StreamFile

owner

true if this stream should own the FILE pointer or false otherwise