| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
This kind of stream has two octet buffers, and they do not interact with each other. Terminals and sockets are dual-channel streams.
A dual-channel stream has two buffers, one for the input direction and one for the output direction. Reads will grab data from the input buffer until empty, when device-read is called to fill it up again. Writes place data into the output-buffer until it is full, at which time device-write is called to empty it again.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |