|
|
java > java.util > java.util.zip > java.util.zip.adler32 >
Class: java.util.zip.Adler32 java.lang.Object java.util.zip.Adler32
public class Adler32 extends Object implements Checksum
FIELDS:
CONSTRUCTORS:
METHODS:
| | | | public | long | getValue() |
| | public | void | reset() |
| | public | void | update(byte[] b) |
| | public | void | update(byte[] b, int off, int len) |
| | public | void | update(int b) |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|