public class ZeroInitializedAdler32 extends Adler32
Adler32 implementation initialized with zero rather than one.
It's intended to be used as a workaround for code with buggy Adler-32
implementations.
It extends Adler32 and behaves the same, aside from returning a
different checksum.Adler32| Constructor and Description |
|---|
ZeroInitializedAdler32() |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] b) |
void |
update(byte[] b,
int off,
int len) |
void |
update(ByteBuffer buffer) |
void |
update(int b) |
public void update(int b)
public void update(byte[] b,
int off,
int len)
public void update(ByteBuffer buffer)
public void reset()
Copyright © 2018. All rights reserved.