java.io.Closeable, java.io.Flushable, java.lang.AutoCloseablepublic class AtomicFileOutputStream
extends java.io.FilterOutputStream
| Constructor | Description |
|---|---|
AtomicFileOutputStream(java.io.File f) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
abort() |
Close the atomic file, but do not "commit" the temporary file
on top of the destination.
|
void |
close() |
public AtomicFileOutputStream(java.io.File f)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void abort()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.