fillBitWindow method

void fillBitWindow()

Implementation

void fillBitWindow() {
  if (bitPos >= WBITS) {
    _shiftBytes();
  }
}