Class CRC


  • public class CRC
    extends Object
    • 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()