Next: Character input stream methods, Previous: Output stream methods, Up: Gray Streams
The following generic functions are available for subclasses of fundamental-binary-stream:
Used by read-byte; returns either an integer, or the symbol :eof if the stream is at end-of-file.
read-byte
:eof
Implements write-byte; writes the integer to the stream and returns the integer as the result.
write-byte