Class JoinedInputStream

  • All Implemented Interfaces:
    Closeable

    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.

    Author:
    digulla