Common Lisp the Language, 2nd Edition


next up previous contents index
Next: Output Functions Up: Input Functions Previous: Input from Character


22.2.2. Input from Binary Streams

Common Lisp currently specifies only a very simple facility for binary input: the reading of a single byte as an integer.

[Function]
read-bytebinary-input-stream&optionaleof-error-peof-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