read method

int read(
  1. int bits
)

Implementation

int read(int bits) => (bits & mask) >> start;