Class CRC32


  • public class CRC32
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CRC32()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long checkSum​(byte[] buffer, int start, int count)  
      • Methods inherited from class java.lang.Object

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

      • CRC32

        public CRC32()
    • Method Detail

      • checkSum

        public static long checkSum​(byte[] buffer,
                                    int start,
                                    int count)