Home | History | Annotate | Download | only in zip

Lines Matching refs:Checksum

23  * The Adler-32 class is used to compute the {@code Adler32} checksum from a set
27 public class Adler32 implements Checksum {
32 * Returns the {@code Adler32} checksum for all input received.
34 * @return The checksum for this instance.
41 * Reset this instance to its initial checksum.
48 * Update this {@code Adler32} checksum with the single byte provided as
52 * the byte to update checksum with.
59 * Update this {@code Adler32} checksum using the contents of {@code buf}.
62 * bytes to update checksum with.
69 * Update this {@code Adler32} checksum with the contents of {@code buf},