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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException