Package org.wildfly.security.util
Class AtomicFileOutputStream
java.lang.Object
java.io.OutputStream
org.wildfly.security.util.AtomicFileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionAtomicFileOutputStream(File file) AtomicFileOutputStream(String name) AtomicFileOutputStream(Path path) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
AtomicFileOutputStream
- Throws:
IOException
-
AtomicFileOutputStream
- Throws:
IOException
-
AtomicFileOutputStream
- Throws:
IOException
-
-
Method Details
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
cancel
- Throws:
IOException
-