Class VerifiableOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Direct Known Subclasses:
    DefaultFileSystem.HttpOutputStream

    public abstract class VerifiableOutputStream
    extends java.io.OutputStream
    OutputStream that can be checked for errors after it is written to.
    Since:
    1.7
    • 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, 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