public class FileInputStream extends java.io.InputStream
FileInputStream(java.io.File f)
FileInputStream(java.lang.String s)
int
read()
available, close, mark, markSupported, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FileInputStream(java.io.File f)
public FileInputStream(java.lang.String s) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public int read() throws java.io.IOException
read
java.io.InputStream
java.io.IOException