java > java.io > java.io.sequenceinputstream >

Class: java.io.SequenceInputStream
    java.lang.Object
       java.io.InputStream
               java.io.SequenceInputStream


public class SequenceInputStream extends InputStream


FIELDS:

CONSTRUCTORS:
public SequenceInputStream(Enumeration e)

public SequenceInputStream(InputStream s1, InputStream s2)


METHODS:
public int available()
Throws: IOException
Overrides: InputStream

public void close()
Throws: IOException
Overrides: InputStream

public int read()
Throws: IOException
Overrides: InputStream

public int read(byte[] b, int off, int len)
Throws: NullPointerException
Throws: IndexOutOfBoundsException
Throws: IOException
Overrides: InputStream


INHERITED METHODS:
read(), read(byte[]), read(byte[], int, int), skip(long), available(), close(), mark(int), reset(), markSupported(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net