Package com.tableau.hyperapi
Class HyperAPIUtil
java.lang.Object
com.tableau.hyperapi.HyperAPIUtil
Utility methods.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
checksum
(InputStream is) Compute checksum of contents of input stream.
-
Constructor Details
-
HyperAPIUtil
public HyperAPIUtil()
-
-
Method Details
-
checksum
Compute checksum of contents of input stream.- Parameters:
is
- - inputstream param.- Returns:
- checksum.
-