public class SequenceInputStream extends InputStream
Constructor and Description |
---|
SequenceInputStream(Enumeration e) |
SequenceInputStream(InputStream s1,
InputStream s2) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
mark, markSupported, read, reset, skip
public SequenceInputStream(Enumeration e)
public SequenceInputStream(InputStream s1, InputStream s2)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException, NullPointerException, ArrayIndexOutOfBoundsException
read
in class InputStream
IOException
NullPointerException
ArrayIndexOutOfBoundsException
public void close() throws IOException
close
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException