Next Prev Up Top Contents Index

close

Generic Function
Summary

Redefines the standard close function, implementing it as a generic function.

Package

common-lisp

Signature

close stream &key abort => result

Arguments

stream

A stream.

abort

A generalized boolean.

Values

result

A result value.

Description

The function close is implemented as a generic function. The default method for close provided by the fundamental-stream class sets a flag for open-stream-p. The result value for close is as per the Common Lisp ANSI specification.

See also

fundamental-stream
open-stream-p


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index