A generic function that determines if a stream has been closed.
Package
common-lisp
Signature
open-stream-p
stream
=>
result
Arguments
stream
A stream.
Values
result
A generalized boolean.
Description
The function
open-stream-p
is generic. The default method provided by the class fundamental-stream returns
t
if close has not been called on the stream.