Next Previous Up Top Contents Index

4 The COMMON-LISP Package

close

Generic Function

Summary

Redefines the standardclose 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 functionclose is implemented as a generic function. The default method forclose provided by thefundamental-stream class sets a flag foropen-stream-p. The result value forclose is as per the Common Lisp ANSI specification.
See also

fundamental-stream

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker