Movatterモバイル変換


[0]ホーム

URL:


[LISPWORKS][Common Lisp HyperSpec (TM)][Previous][Up][Next]


FunctionMAKE-CONCATENATED-STREAM

Syntax:

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

Arguments and Values:

input-stream---aninputstream.

concatenated-stream---aconcatenated stream.

Description:

Returns aconcatenated stream that has the indicatedinput-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 signaltype-error if any argument is not aninputstream.

See Also:

concatenated-stream-streams

Notes: None.


The followingX3J13 cleanup issue,not part of the specification, applies to this section:


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.


[8]ページ先頭

©2009-2025 Movatter.jp