| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: stream &optional detach
Returns two values: the current value out of the output stream buffer for
stream and the number of elements written to that
buffer. If detach is true,
the stream's buffer itself is removed and
returned unchanged, and the stream is disabled, otherwise (by default)
an (unsigned-byte 8)
vector is made which is just
large enough to hold the current contents of the stream, and the
contents are transferred. Also when detach is
nil
, the stream is left in a state where it
is empty and ready to accept further output to it.
See streams.htm for information on the stream implementation in Allegro CL.
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 |