java > java.io > java.io.fileinputstream >

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


public class FileInputStream extends InputStream


FIELDS:

CONSTRUCTORS:
public FileInputStream(String name)

public FileInputStream(File file)

public FileInputStream(FileDescriptor fdObj)


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

public void close()
Throws: IOException
Overrides: InputStream

protected void finalize()
Throws: IOException
Overrides: Object

public FileChannel getChannel()

public final FileDescriptor getFD()
Throws: IOException

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 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:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net