Class Adler32


  • public final class Adler32
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Adler32()  
    • Method Summary

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

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

      • Adler32

        public Adler32()
    • Method Detail

      • reset

        public void reset​(long init)
      • reset

        public void reset()
      • getValue

        public long getValue()
      • update

        public void update​(byte[] buf,
                           int index,
                           int len)