Common Lisp the Language, 2nd Edition
Next: Output Functions
Up: Input Functions
Previous: Input from
Character
Common Lisp currently specifies only a very simple facility for binary input: the reading of a single byte as an integer.
[Function]
read-byte
binary-input-stream
&optional
eof-error-p
eof-value
read-byte
reads one byte from the
binary-input-stream and returns it in the form of an
integer.
AI.Repository@cs.cmu.edu