getLowBits method

int getLowBits()

Returns the lower internal 8-bit mask.

Implementation

int getLowBits() {
  return bitMask & 0xff;
}