public class FileInputStream extends InputStream
Constructor and Description |
---|
FileInputStream(File var0) |
FileInputStream(FileDescriptor var0) |
FileInputStream(String var0) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
FileDescriptor |
getFD() |
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public FileInputStream(File var0) throws FileNotFoundException
FileNotFoundException
public FileInputStream(FileDescriptor var0)
public FileInputStream(String var0) throws FileNotFoundException
FileNotFoundException
protected void finalize() throws IOException
finalize
in class Object
IOException
public final FileDescriptor getFD() throws IOException
IOException
public int read() throws IOException
read
in class InputStream
IOException