ToC DocOverview CGDoc RelNotes Index PermutedIndex
Allegro CL
Home Previous Up Next Table of Contents Index
  ANSI Common Lisp   21 Streams   21.2 Dictionary of Streams

21.2.43 two-way-stream-input-stream, two-way-stream-output-stream Function

Syntax:
two-way-stream-input-stream two-way-stream    input-stream

two-way-stream-output-stream two-way-stream    output-stream

Arguments and Values:
two-way-stream - a two-way stream.

input-stream - an input stream.

output-stream - an output stream.

Description:
two-way-stream-input-stream returns the stream from which two-way-stream receives input.

two-way-stream-output-stream returns the stream to which two-way-stream sends output.

Allegro CL Implementation Details:
None.

Home Previous Up Next Table of Contents Index
© Franz Inc. 1998-2005 - File last updated 6-21-2002