FilterInputStream.closeBaseStream

bool closeBaseStream() @property nothrow

Get closeBaseStream property.

Returns

Whether the base stream should be closed when the filter stream is closed.
void closeBaseStream(bool propval) @property nothrow

Set closeBaseStream property.

Parameters

propvalWhether the base stream should be closed when the filter stream is closed.