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, skippublic FileInputStream(File var0) throws FileNotFoundException
FileNotFoundExceptionpublic FileInputStream(FileDescriptor var0)
public FileInputStream(String var0) throws FileNotFoundException
FileNotFoundExceptionprotected void finalize()
throws IOException
finalize in class ObjectIOExceptionpublic final FileDescriptor getFD() throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOException