Module ReadBitsAtOffset
In: lib/innodb/util/read_bits_at_offset.rb

Methods

Public Instance methods

Read a given number of bits from an integer at a specific bit offset. The value returned is 0-based so does not need further shifting or adjustment.

[Validate]