Class CrcUtil


  • public class CrcUtil
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int BUF_SIZE  
    • Constructor Summary

      Constructors 
      Constructor Description
      CrcUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long computeFileCrc​(java.io.File inputFile, ProgressMonitor progressMonitor)  
      • Methods inherited from class java.lang.Object

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

      • CrcUtil

        public CrcUtil()
    • Method Detail

      • computeFileCrc

        public static long computeFileCrc​(java.io.File inputFile,
                                          ProgressMonitor progressMonitor)
                                   throws java.io.IOException
        Throws:
        java.io.IOException