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: stream-clear-input [sb-gray] stream

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

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

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