public class ConcatenatedInputStream extends InputStream
| Modifier and Type | Field and Description |
|---|---|
static int |
EOF
EOF
|
| Constructor and Description |
|---|
ConcatenatedInputStream(InputStream... src)
Create a new ConcatenatedInputStream.
|
ConcatenatedInputStream(Iterable<InputStream> src)
Create a new ConcatenatedInputStream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic static final int EOF
public ConcatenatedInputStream(Iterable<InputStream> src)
src - InputStreamspublic ConcatenatedInputStream(InputStream... src)
src - InputStreamspublic int read() throws IOException
read in class InputStreamIOExceptionCopyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.