Generic Function
stream
stream-read-char stream => character
A stream.
A character or the:EOF symbol.
stream-read-char reads one item from stream. The item read is either a character or the end of file symbol:EOF if the stream is at the end of a file. Every subclass offundamental-character-input-stream must define a method for this function. fundamental-character-input-streamstream-unread-char