Next: Binary stream methods, Previous: Input stream methods, Up: Gray Streams
These generic functions are used to implement subclasses of fundamental-output-stream:
This is like
cl:clear-output
, but for Gray streams: clear the given outputstream
. The default method does nothing.
Attempts to ensure that all output sent to the Stream has reached its destination, and only then returns false. Implements
finish-output
. The default method does nothing.