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

stream-finish-output Generic Function

Summary

Implements finish-output.

Package

stream

Signature

stream-finish-output stream => nil

Arguments
stream
A stream.
Description

The generic function stream-finish-output implements finish-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