Package org.burningwave.core.io
Class FileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
org.burningwave.core.io.FileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,Serializable,AutoCloseable,Cleanable,Closeable,Component,Identifiable,Properties.Listener,Memorizer
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static FileOutputStreamstatic FileOutputStreamstatic FileOutputStreamstatic FileOutputStreamgetFile()Methods inherited from class java.io.FileOutputStream
getChannel, getFD, write, write, writeMethods inherited from class java.io.OutputStream
flush, nullOutputStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.burningwave.core.Cleanable
clear, clearInBackgroundMethods inherited from interface org.burningwave.core.Closeable
closeResources, closeResources, createCloseResoucesTask, createCloseResoucesTaskMethods inherited from interface org.burningwave.core.Identifiable
getId, getOperationIdMethods inherited from interface org.burningwave.core.Memorizer
getOrCreateTemporaryFolder, getOrCreateTemporaryFolder, getTemporaryFolderPrefixMethods inherited from interface org.burningwave.core.iterable.Properties.Listener
checkAndListenTo, checkAndUnregister, listenTo, processChangeNotification, unregister
-
Method Details
-
create
-
create
-
create
public static FileOutputStream create(String absolutePath, boolean append) throws FileNotFoundException - Throws:
FileNotFoundException
-
create
- Throws:
FileNotFoundException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFileOutputStream
-
getFile
-