module Dnsruby::BitMapping

Provides methods for converting between the various representations of a bitmap: number, binary encoded string, array, and sparse array.

Where an array is used to represent bits, the first element (#0) will be the low (1) bit and the last bit will be the high bit.