| Klasse java.util.zip.CRC32 | 1.1 |
java.lang.Object | +--java.util.zip.CRC32
| Konstruktoren | |
|---|---|
| public | CRC32() |
| Methoden | |
|---|---|
| public long | getValue() |
| public void | reset() |
| public void | update(int b) |
| public void | update(byte[] b) |
| public void | update(byte[] b, int off, int len) |