| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
A simple-stream class. This stream is encapsulated by socket-simple-stream
when the
first chunking-input request is processed. The
socket-base-simple-stream acts as a device to the
socket-simple-stream, feeding it bytes after de-chunking the input.
The options when creating an instance of this class are: filename, 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 a description of the new simple-stream stream implementation.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |