readBits method

int readBits(
  1. int bits
)

Implementation

int readBits(int bits) => _buffer.getBits(_i(bits), bits);