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 OutputStream
flush
-
Constructor Details
-
FileOutputStream
- Throws:
FileNotFoundException
-
FileOutputStream
-
FileOutputStream
- Throws:
FileNotFoundException
-
FileOutputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
close
- Overrides:
closein classOutputStream- Throws:
IOException
-
finalize
- Overrides:
finalizein classObject- Throws:
IOException
-
getFD
- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-