Class B2Sha1AppenderInputStream


  • public class B2Sha1AppenderInputStream
    extends java.lang.Object
    Use this to create a stream that contains the contents a wrapped stream concatenated with the sha1 of that stream.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.InputStream create​(java.io.InputStream original)  
      • Methods inherited from class java.lang.Object

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

      • B2Sha1AppenderInputStream

        public B2Sha1AppenderInputStream()
    • Method Detail

      • create

        public static java.io.InputStream create​(java.io.InputStream original)