| Package | nochump.util.zip |
| Class | public class CRC32 |
| Method | Defined by | ||
|---|---|---|---|
|
getValue():uint
Returns the CRC32 data checksum computed so far.
| CRC32 | ||
|
reset():void
Resets the CRC32 data checksum as if no update was ever called.
| CRC32 | ||
|
update(buf:ByteArray):void
Adds the complete byte array to the data checksum.
| CRC32 | ||
| getValue | () | method |
public function getValue():uintReturns the CRC32 data checksum computed so far.
Returnsuint |
| reset | () | method |
public function reset():voidResets the CRC32 data checksum as if no update was ever called.
| update | () | method |
public function update(buf:ByteArray):voidAdds the complete byte array to the data checksum.
Parametersbuf:ByteArray — the buffer which contains the data
|