public class CombinedInputStream extends InputStream
InputStreams. One the first stream is finished, the next stream is read.
| Constructor and Description |
|---|
CombinedInputStream(InputStream
|
CombinedInputStream(InputStream
|
public CombinedInputStream(InputStreamin1, InputStream in2, boolean close1, boolean close2)
public CombinedInputStream(InputStream[] inputStreams, boolean[] close)
public int available()
throws IOException
available in class
InputStream
IOException
public void close()
throws IOException
close in interface
Closeable
close in interface
AutoCloseable
close in class
InputStream
IOException
public boolean markSupported()
public void reset()
throws IOException
reset in class
InputStream
IOException
public void mark(int readlimit)
public int read()
throws IOException
read in class
InputStream
IOException
public int read(byte[] b,
int off,
int len)
throws IOException
read in class
InputStream
IOException
public int read(byte[] b)
throws IOException
read in class
InputStream
IOException
public long skip(long n)
throws IOException
skip in class
InputStream
IOException