public class ConcatInputStream extends InputStream
| Constructor and Description |
|---|
ConcatInputStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInput(InputStream input) |
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic void addInput(InputStream input)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.