public class FileInputStream extends InputStream
| Constructor and Description |
|---|
FileInputStream(File var0) |
FileInputStream(FileDescriptor var0) |
FileInputStream(String var0) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
protected void |
finalize() |
FileDescriptor |
getFD() |
int |
read() |
int |
read(byte[] var0) |
int |
read(byte[] var0,
int var1,
int var2) |
long |
skip(long var0) |
mark, markSupported, resetpublic FileInputStream(File var0) throws FileNotFoundException
FileNotFoundExceptionpublic FileInputStream(FileDescriptor var0)
public FileInputStream(String var0) throws FileNotFoundException
FileNotFoundExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic void close()
throws IOException
close in class InputStreamIOExceptionprotected void finalize()
throws IOException
finalize in class ObjectIOExceptionpublic final FileDescriptor getFD() throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] var0)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] var0,
int var1,
int var2)
throws IOException
read in class InputStreamIOExceptionpublic long skip(long var0)
throws IOException
skip in class InputStreamIOException