Package com.adobe.internal.io
Class ChainedInputStream
java.lang.Object
java.io.InputStream
com.adobe.internal.io.ChainedInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
A wrapper stream representing multiple underlying streams as a single stream.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ChainedInputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
available
- Overrides:
available
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-