public abstract class Crc32
extends com.aspose.ms.System.Security.Cryptography.HashAlgorithm
The CRC-32.
Modifier and Type | Method and Description |
---|---|
boolean |
check(byte[] buffer,
long crcValue)
The check.
|
long |
compute(byte[] buffer)
The compute.
|
void |
initialize()
The initialize.
|
canReuseTransform, canTransformMultipleBlocks, clear, computeHash, computeHash, computeHash, create, create, dispose, getHash, getHashSize, getInputBlockSize, getOutputBlockSize, toString, transformBlock, transformFinalBlock
public long compute(byte[] buffer)
The compute.
buffer
- The buffer.uint
.public boolean check(byte[] buffer, long crcValue)
The check.
buffer
- The buffer.crcValue
- The CRC value.bool
.public final void initialize()
The initialize.
initialize
in class com.aspose.ms.System.Security.Cryptography.HashAlgorithm
Copyright (c) 2017 Aspose. All Rights Reserved.