public abstract class AtomicOutputStream extends OutputStream
An output stream where all of the data is committed on close, or can be canceled with cancel.
| Constructor and Description | 
|---|
| AtomicOutputStream() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | cancel()Cancel all of the writes associated with this stream and close it. | 
public abstract void cancel()
                     throws IOException
Cancel all of the writes associated with this stream and close it.
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.