public class Checksum32 extends Filter
Modifier and Type | Class and Description |
---|---|
static class |
Checksum32.Adler32Provider |
static class |
Checksum32.CRC32Provider |
static class |
Checksum32.CType |
static class |
Checksum32.Fletcher32Provider |
Constructor and Description |
---|
Checksum32(Checksum32.CType type) |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] dataIn) |
byte[] |
encode(byte[] dataIn) |
int |
getId() |
java.lang.String |
getName() |
public Checksum32(Checksum32.CType type)