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
public class FileOutputStream extends FileOutputStream implements Serializable, Component
- See Also:
- Serialized Form
-
Method Summary
Modifier and Type Method Description voidclose()static FileOutputStreamcreate(File file)static FileOutputStreamcreate(File file, boolean append)static FileOutputStreamcreate(String absolutePath)static FileOutputStreamcreate(String absolutePath, boolean append)FilegetFile()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.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
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
-