public class ConcatInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
ConcatInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(java.io.InputStream input) |
void |
close() |
int |
read() |
public void addInput(java.io.InputStream input)
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException