| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
A simple-stream subclass. A subclass of file-stream
.
The options when creating an instance of this class are: filename (required), direction (defaults to :input), if-exists, if-does-not-exist, external-format (defaults to :default), input-handle, output-handle, mapped, fn-in (another name for the input-handle, for compatibility only, do not specify both) and fn-out (another name for the output handle, for compatibility only, do not specify both).
See device-open for a description of the input-handle, output-handle, and mapped options.
See streams.htm for general information on simple-streams in Allegro CL.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |