Next Prev Up Top Contents Index

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.

See also

fundamental-output-stream


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index