Class JoinedInputStream

java.lang.Object
java.io.InputStream
de.pdark.decentxml.JoinedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class JoinedInputStream extends InputStream
This class allows to join several InputStream's into one.

Reading from an instance of JoinedInputStream will read each underlying InputStream until it is depleted and then continue with the next one.

Depleted InputStream's will be closed as soon as possible.