Class ChainedInputStream

java.lang.Object
java.io.InputStream
com.adobe.internal.io.ChainedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ChainedInputStream extends InputStream
A wrapper stream representing multiple underlying streams as a single stream.