Class VerifiableOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.apache.commons.configuration2.io.VerifiableOutputStream
-
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
public abstract class VerifiableOutputStream extends OutputStream
OutputStream that can be checked for errors after it is written to.- Since:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description VerifiableOutputStream()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
verify()
-
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write, write
-
-
-
-
Constructor Detail
-
VerifiableOutputStream
public VerifiableOutputStream()
-
-
Method Detail
-
verify
public abstract void verify() throws IOException
- Throws:
IOException
-
-