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
IOException
public void fsync() throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.commons.io.output.ProxyOutputStream
IOException
Copyright © 2019 Vitam. All rights reserved.