Class Adler32

java.lang.Object
com.codename1.io.gzip.Adler32

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     
    void
     
    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 Details

    • Adler32

      public Adler32()
  • Method Details

    • reset

      public void reset(long init)
    • reset

      public void reset()
    • getValue

      public long getValue()
    • update

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

      public Adler32 copy()