Class CRC


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

      Fields 
      Modifier and Type Field Description
      static int[] Table  
    • Constructor Summary

      Constructors 
      Constructor Description
      CRC()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int GetDigest()  
      void Init()  
      void Update​(byte[] data)  
      void Update​(byte[] data, int offset, int size)  
      void UpdateByte​(int b)  
      • Methods inherited from class java.lang.Object

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

      • Table

        public static int[] Table
    • Constructor Detail

      • CRC

        public CRC()
    • Method Detail

      • Init

        public void Init()
      • Update

        public void Update​(byte[] data,
                           int offset,
                           int size)
      • Update

        public void Update​(byte[] data)
      • UpdateByte

        public void UpdateByte​(int b)
      • GetDigest

        public int GetDigest()