Next: , Previous: CLOS Stream Input, Up: CLOS streams


3.4.2 CLOS Stream Output

Character output from an clos-stream is implemented by the following methods.

— Method: stream-write-char (object clos-stream) character

Outputs the character character to the CLOS stream object and returns it.

— Method: stream-clear-output (object clos-stream)

Aborts any outstanding output operation on the CLOS stream object and returns ().

— Method: stream-force-output (object clos-stream)

Initiates the emptying of the internal buffers on the CLOS stream object and returns ().