Generic Function
common-lisp
input-stream-p stream => result
A stream.
A generalized boolean.
input-stream-p is implemented as a generic function. The default method returnst if stream is an input stream. If the user wants to implement a stream with no inherent directionality (and thus does not includefundamental-input-stream orfundamental-output-stream) but for which the directionality depends on the instance, then a method should be provided forinput-stream-p. fundamental-input-streamoutput-stream-p