We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5751011 commit bb0d316Copy full SHA for bb0d316
1 file changed
core/api/core.api
@@ -827,6 +827,14 @@ public class com/dropbox/core/util/CountingOutputStream : java/io/OutputStream {
827
public fun write ([BII)V
828
}
829
830
+public final class com/dropbox/core/util/DropboxContentHasher {
831
+ public static final field BLOCK_SIZE I
832
+ public static fun hash (Ljava/io/InputStream;)[B
833
+ public static fun hash ([B)[B
834
+ public static fun hashHex (Ljava/io/InputStream;)Ljava/lang/String;
835
+ public static fun hashHex ([B)Ljava/lang/String;
836
+}
837
+
838
public abstract class com/dropbox/core/util/DumpWriter {
839
public fun <init> ()V
840
public abstract fun f (Ljava/lang/String;)Lcom/dropbox/core/util/DumpWriter;
0 commit comments