java > java.io > java.io.filterinputstream >

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


public class FilterInputStream extends InputStream


FIELDS:
protected InputStream in

CONSTRUCTORS:
protected FilterInputStream(InputStream in)


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

public void close()
Throws: IOException
Overrides: InputStream

public void mark(int readlimit)
Overrides: InputStream

public boolean markSupported()
Overrides: InputStream

public int read()
Throws: IOException
Overrides: InputStream

public int read(byte[] b)
Throws: IOException
Overrides: InputStream

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

public void reset()
Throws: IOException
Overrides: InputStream

public long skip(long n)
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:
BufferedInputStream, DataInputStream, LineNumberInputStream, PushbackInputStream, DigestInputStream, CheckedInputStream, DeflaterInputStream, InflaterInputStream, CipherInputStream, ProgressMonitorInputStream,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net