CRC32 class

Name: CRC-32 x32+x26+x23+x22+x16+x12+x11+x10+x8+x7+x5+x4+x2+x+1 Poly: 0x4C11DB7 Init: 0xFFFFFFF Refin: True Refout: True Xorout: 0xFFFFFFF Alias: CRC_32/ADCCP Use: WinRAR,ect.

Inheritance

Constructors

CRC32()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wCRCin int
getter/setter pairinherited

Methods

getBinaryValue() String
Returns the current checksum binary value.
inherited
getHexValue() String
Returns the current checksum hex value.
inherited
getValue() int
Returns the current checksum value.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the checksum to its initial value.
override
toString() String
A string representation of this object.
inherited
update(Uint8List ints, [int off = 0, int? len]) → void
使用指定的字节数组更新当前校验和
inherited
updateInt(int b) → void
使用指定字节更新当前校验和
override
updateList(List<int> ints, [int off = 0, int? len]) → void
使用指定的字节数组更新当前校验和
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited