public
classSequenceInputStream
extends InputStream
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
SequenceInputStream is used for streaming over a sequence of streams
concatenated together. Reads are taken from the first stream until it ends,
then the next stream is used until the last stream returns end of file.