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
-
Method Summary
Methods inherited from class org.apache.commons.io.output.ProxyOutputStream
afterWrite, beforeWrite, flush, handleIOException, write, write, write
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
ExtendedFileOutputStream
- Throws:
IOException
-
-
Method Details
-
fsync
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classorg.apache.commons.io.output.ProxyOutputStream
- Throws:
IOException
-