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