SequentialInputStream in Java |
SequentialInputStream in Java:
SequentialInputStream converts two or more InputStream objects into one single InputStream. The constructor of SequentialInputStream takes two InputStream objects or an Enumeration for container of InputStream objects and produces one single Stream.
As a source of data,we need to connect it to a FilterInputStream object to provide an useful interface.