FilterInputStream.setCloseBaseStream

void setCloseBaseStream(bool closeBase) nothrow

Sets whether the base stream will be closed when stream is closed.

Parameters

closeBasetrue to close the base stream.