java.io
Class FileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
public class FileInputStream
- extends InputStream
FileInputStream
public FileInputStream(File var0)
throws FileNotFoundException
- Throws:
FileNotFoundException
FileInputStream
public FileInputStream(FileDescriptor var0)
FileInputStream
public FileInputStream(String var0)
throws FileNotFoundException
- Throws:
FileNotFoundException
finalize
protected void finalize()
throws IOException
- Overrides:
finalize
in class Object
- Throws:
IOException
getFD
public final FileDescriptor getFD()
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Specified by:
read
in class InputStream
- Throws:
IOException