computeCrc32

fun computeCrc32(buffer: ByteBuf, start: Int, end: Int): Int

Computes a 32-bit CRC for the buffer, starting at start and ending before end.

Return

the 32-bit CRC value for this buffer slice.


Computes a 32-bit CRC for the array, starting at zero and ending at the array's length.

Return

the 32-bit CRC value for this byte array.