All Manuals > LispWorks® User Guide and Reference Manual > 46 The STREAM Package

stream-force-output Generic Function

Summary

Implements force-output.

Package

stream

Signature

stream-force-output stream => nil

Arguments
stream
A stream.
Description

The generic function stream-force-output implements force-output. The default method specializes stream on fundamental-output-stream and does nothing.

There is an example in 24.2.5 Stream output.

See also

fundamental-output-stream


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:01