finalizeCrc static method

int finalizeCrc(
  1. int crc
)

Implementation

static int finalizeCrc(int crc) {
  return crc ^ 0xffffffff;
}