Package fr.gouv.vitam.common.stream
Class ExtendedFileOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.apache.commons.io.output.ProxyOutputStream
fr.gouv.vitam.common.stream.ExtendedFileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class ExtendedFileOutputStream
extends org.apache.commons.io.output.ProxyOutputStream
-
Field Summary
Fields inherited from class java.io.FilterOutputStream
out -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.io.output.ProxyOutputStream
afterWrite, beforeWrite, flush, handleIOException, write, write, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
ExtendedFileOutputStream
- Throws:
IOException
-
-
Method Details
-
fsync
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classorg.apache.commons.io.output.ProxyOutputStream- Throws:
IOException
-