A generic function used by
read-byte
to read an integer or
:EOF
symbol from a binary stream.
The generic function
stream-read-byte
is used by
read-byte
, and returns either an integer or an
:EOF
symbol read from the binary stream specified by
stream
.
When defining a binary stream, a method should be defined on this generic function.