[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


System Class FILE-STREAM

Class Precedence List:

file-stream, stream, t

Description:

An object of type file-stream is a stream the direct source or sink of which is a file. Such a stream is created explicitly by open and with-open-file, and implicitly by functions such as load that process files.

See Also:

load, open, with-open-file


The following X3J13 cleanup issues, not part of the specification, apply to this section:


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.