Package java.io
Class FileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
-
Constructor Summary
ConstructorsConstructorDescriptionFileOutputStream
(File var0) FileOutputStream
(String var0) FileOutputStream
(String var0, boolean var1) -
Method Summary
Methods inherited from class java.io.OutputStream
flush
-
Constructor Details
-
FileOutputStream
- Throws:
FileNotFoundException
-
FileOutputStream
-
FileOutputStream
- Throws:
FileNotFoundException
-
FileOutputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
close
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
finalize
- Overrides:
finalize
in classObject
- Throws:
IOException
-
getFD
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-