Interface CRC32DigestManager.CRC32Digest
-
- All Known Implementing Classes:
DirectMemoryCRC32Digest,StandardCRC32Digest
- Enclosing class:
- CRC32DigestManager
static interface CRC32DigestManager.CRC32DigestInterface that abstracts different implementations of the CRC32 digest.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetValueAndReset()voidupdate(byte[] buffer, int offset, int len)voidupdate(io.netty.buffer.ByteBuf buf, int offset, int len)
-