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