Next: CLOS Stream Output, Previous: CLOS streams, Up: CLOS streams
Character input from an clos-stream
is implemented by the
following methods.
Returns the next character object read from the CLOS stream object.
Unreads the character object character from the CLOS stream object. character will be the next character read by
stream-read-char
.