| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
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-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||