Class CrcUtils
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.CrcUtils
-
public class CrcUtils extends Object
-
-
Method Summary
Modifier and Type Method Description longcomputeCrc()StringcomputeMD5()static CrcUtilsforAllFilesInFolder(File dir)static StringtoHexaDecimal(byte[] bytesToConvert)
-
-
-
Method Detail
-
computeCrc
public long computeCrc() throws IOException- Throws:
IOException
-
computeMD5
public String computeMD5() throws NoSuchAlgorithmException, IOException
- Throws:
NoSuchAlgorithmExceptionIOException
-
toHexaDecimal
public static String toHexaDecimal(byte[] bytesToConvert)
-
-