| Property | Defined By | ||
|---|---|---|---|
| value : uint Returns the CRC32 data checksum computed so far. | StiCrc32 | ||
| Method | Defined By | ||
|---|---|---|---|
reset():void Resets the CRC32 data checksum as if no update was ever called. | StiCrc32 | ||
update(buffer:ByteArray, offset:int, count:int):void Adds the byte array to the data checksum. | StiCrc32 | ||
| value | property |
value:uintReturns the CRC32 data checksum computed so far.
public function get value():uint public function set value(value:uint):void| reset | () | method |
public function reset():voidResets the CRC32 data checksum as if no update was ever called.
| update | () | method |
public function update(buffer:ByteArray, offset:int, count:int):voidAdds the byte array to the data checksum. "buffer" > The buffer which contains the data "offset" > The offset in the buffer where the data starts "count" > The number of data bytes to update the CRC with.
Parameters
buffer:ByteArray | |
offset:int | |
count:int |