private static class ByteBufChecksum.SlowByteBufChecksum extends ByteBufChecksum
Modifier and Type | Field and Description |
---|---|
protected java.util.zip.Checksum |
checksum |
Constructor and Description |
---|
SlowByteBufChecksum(java.util.zip.Checksum checksum) |
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
update, wrapChecksum