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, skip
public static final int EOF
public ConcatenatedInputStream(Iterable<InputStream> src)
src
- InputStreamspublic ConcatenatedInputStream(InputStream... src)
src
- InputStreamspublic int read() throws IOException
read
in class InputStream
IOException
Copyright © 2008-2016 The Apache Software Foundation. All Rights Reserved.