Package com.backblaze.b2.util
Class B2Sha1AppenderInputStream
- java.lang.Object
-
- com.backblaze.b2.util.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.
-
-
Constructor Summary
Constructors Constructor Description B2Sha1AppenderInputStream()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStream
create(java.io.InputStream original)
-