public class ExtendedFileOutputStream
extends org.apache.commons.io.output.ProxyOutputStream
out| Constructor and Description |
|---|
ExtendedFileOutputStream(Path filepath,
boolean fsyncOnClose) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
fsync() |
public ExtendedFileOutputStream(Path filepath, boolean fsyncOnClose) throws IOException
IOExceptionpublic void fsync()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.commons.io.output.ProxyOutputStreamIOExceptionCopyright © 2019 Vitam. All rights reserved.