|  | ANSI Common Lisp  21 Streams  21.2 Dictionary of Streams 
 
| 21.2.8  two-way-stream | System Class |  
 
 Class Precedence List:
two-way-stream,
stream,
t
Description:
A bidirectional composite stream that 
     receives its input  from an associated input  stream 
 and sends    its output to   an associated output stream.
See Also:
make-two-way-stream,
two-way-stream-input-stream,
two-way-stream-output-stream
 
 
Allegro CL Implementation Details:
 None. |