Package java.io

Class SequenceInputStream

extends InputStreamObject

A SequenceInputStream represents the logical concatenation of other input streams. It starts out with an ordered collection of input streams and reads from the first until end of file is reached, whereupon it reads from the second one, and so on, until end of file is reached on the last of the contained input stream.

Public Constructors

Public Methods

Methods inherited from java.io.InputStream

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

_INSERT_FIELDS_ENTRY_HERE_