close

Closes a <closable-object>.

Exported from

Modifiers

open

Arguments

argAn instance of <closable-object>.
#rest moreInstances of <object>.
#all-keysThis function accepts any keyword argument.
Summary
The method on <basic-stream> closes a stream.

Functions

close

The method on <basic-stream> closes a stream.  Streams are automatically opened when created, and closed when they go out of scope.  But, sometimes it is necessary to close a stream immediately (for example, to open another one over the same sequence but in the opposite direction).  This function provides for that necessity.

A class.
The basic instantiable stream class.
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The streams-protocol module.
The streams module.
The class of all Dylan objects.