OutputStream.isClosed

Checks if an output stream has already been closed.

class OutputStream
bool
isClosed
()

Return Value

Type: bool

%TRUE if @stream is closed. %FALSE otherwise.

Meta