A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw70/CLHS/Body/f_mk_con.htm below:

CLHS: Function MAKE-CONCATENATED-STREAM

CLHS: Function MAKE-CONCATENATED-STREAM Function MAKE-CONCATENATED-STREAM

Syntax:

make-concatenated-stream &rest input-streams => concatenated-stream

Arguments and Values:

input-stream---an input stream.

concatenated-stream---a concatenated stream.

Description:

Returns a concatenated stream that has the indicated input-streams initially associated with it.

Examples:

 (read (make-concatenated-stream
         (make-string-input-stream "1")
         (make-string-input-stream "2"))) =>  12

Side Effects: None.

Affected By: None.

Exceptional Situations:

Should signal type-error if any argument is not an input stream.

See Also:

concatenated-stream-streams

Notes: None.

The following X3J13 cleanup issue, not part of the specification, applies to this section:
Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4