All Manuals > LispWorks User Guide and Reference Manual > 33 The COMMON-LISP Package

NextPrevUpTopContentsIndex

open-stream-p

Generic Function
Summary

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.

See also

close
fundamental-stream


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex