Class VerifiableOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public abstract class VerifiableOutputStream
    extends java.io.OutputStream
    OutputStream that can be checked for errors after it is written to.
    Since:
    1.7
    Version:
    $Id: VerifiableOutputStream.java 1624601 2014-09-12 18:04:36Z oheger $
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerifiableOutputStream

        public VerifiableOutputStream()
    • Method Detail

      • verify

        public abstract void verify()
                             throws java.io.IOException
        Throws:
        java.io.IOException