public class ChainedInputStream extends InputStream
| Constructor and Description |
|---|
ChainedInputStream(InputStream[] streams) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
read() |
mark, markSupported, read, read, reset, skippublic ChainedInputStream(InputStream[] streams)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved