public class Adler32 extends Object implements Checksum
Checksum| Constructor and Description |
|---|
Adler32()
Creates a new Adler32 object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getValue()
Returns checksum value.
|
void |
reset()
Resets checksum to initial value.
|
void |
update(byte[] b)
Updates checksum with specified array of bytes.
|
void |
update(byte[] b,
int off,
int len)
Updates checksum with specified array of bytes.
|
void |
update(int b)
Updates checksum with specified byte.
|
public void update(int b)
public void update(byte[] b,
int off,
int len)
public void update(byte[] b)
public void reset()
Copyright © 2012. All Rights Reserved.