java.lang.Object java.io.InputStream java.io.SequenceInputStream
public int available() throws IOException
public void close() throws IOException
public int read() throws IOException
public int read(byte[] b, int off, int len) throws IOException
InputStream.read()
public SequenceInputStream(InputStream s1, InputStream s2)
public SequenceInputStream(Enumeration<? extends InputStream> e)