Class CRC16


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

      Constructors 
      Constructor Description
      CRC16()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getValue()  
      void reset()  
      void update​(byte[] b, int off, int len)  
      void update​(int b)  
      • Methods inherited from class java.lang.Object

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

      • CRC16

        public CRC16()
    • Method Detail

      • getValue

        public long getValue()
      • reset

        public void reset()
      • update

        public void update​(byte[] b,
                           int off,
                           int len)
      • update

        public void update​(int b)