Sets the file name of the path from which a Stream originated when relevant. Empty string when undefined.
bool
getDeleteOnDestroy () const
Returns whether the Stream has been requested to destroy its source upon its own destruction. For example,
IStreamFile
will delete its source file. Ignored in some types of streams. Defaults to
false
.
Sets whether the Stream has been requested to destroy its source upon its own destruction. For example,
IStreamFile
will delete its source file. Ignored in some types of streams. Defaults to
false
.
off_t
tell () const =0
Returns the current position of the stream measured in bytes **/.