Next: , Previous: Methods common to all streams, Up: Gray Streams


10.3.3 Input stream methods

These generic functions may be specialized on any generalized instance of fundamental-input-stream.

— Generic Function: sb-gray:stream-clear-input stream

This is like cl:clear-input, but for Gray streams, returning nil. The default method does nothing.

— Generic Function: sb-gray:stream-read-sequence stream seq &optional start end

This is like cl:read-sequence, but for Gray streams.