Go to the first, previous, next, last section, table of contents.


file-stream [System Class]

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::

section load [Function] , section open [Function] , section with-open-file [macro]


Go to the first, previous, next, last section, table of contents.