Movatterモバイル変換


[0]ホーム

URL:


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


System ClassCONCATENATED-STREAM

Class Precedence List:

concatenated-stream,stream,t

Description:

Aconcatenated stream is aninputstream which is acomposite stream of zero or more otherinputstreams, such that the sequence of data which can be read from theconcatenated stream is the same as the concatenation of the sequences of data which could be read from each of the constituentstreams.

Input from aconcatenated stream is taken from the first of the associatedinputstreams until it reachesend of file[1]; then thatstream is discarded, and subsequent input is taken from the nextinputstream, and so on. Anend of file on the associatedinputstreams is always managed invisibly by theconcatenated stream---the only time a client of aconcatenated stream sees anend of file is when an attempt is made to obtain data from theconcatenated stream but it has no remaininginputstreams from which to obtain such data.

See Also:

concatenated-stream-streams,make-concatenated-stream


The followingX3J13 cleanup issues,not part of the specification, apply to this section:


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


[8]ページ先頭

©2009-2025 Movatter.jp