Package: trivial-gray-streams

Generic Function stream-read-char

Lambda List

stream-read-char (stream)

Details

This reads one character from the stream. It returns either a character object, or the symbol :eof if the stream is at end-of-file. Every subclass of fundamental-character-input-stream must define a method for this function.

Note that for all of these generic functions, the stream argument must be a stream object, not t or nil.