LispWorks User Guide and Reference Manual > 39 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 - 22 Dec 2009

NextPrevUpTopContentsIndex