Package java.io
Class FileInputStream
java.lang.Object
java.io.InputStream
java.io.FileInputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
finalize()
final FileDescriptor
getFD()
int
read()
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
-
Constructor Details
-
FileInputStream
- Throws:
FileNotFoundException
-
FileInputStream
-
FileInputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
finalize
- Overrides:
finalize
in classObject
- Throws:
IOException
-
getFD
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-