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

NextPrevUpTopContentsIndex

stream-finish-output

Generic Function
Summary

Implements finish-output.

Package

stream

Signature

stream-finish-output stream => nil

Arguments

stream

A stream.

Values

nil

Description

The generic function stream-finish-output implements finish-output. The default method is on fundamental-output-stream and does nothing.

There is an example in Stream output.

See also

fundamental-output-stream


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex