OutputStream.isClosed

Checks if an output stream has already been closed.

class OutputStream
int
isClosed
()

Return Value

Type: int

TRUE if stream is closed. FALSE otherwise.

Meta