Constructing BitString from a buffer
data that contains the bitstring data. NOTE: We are expecting this buffer to be NOT modified
offset in bits from the start of the buffer
length of the bitstring in bits
Private
Readonly
_dataPrivate
Readonly
_lengthPrivate
Readonly
_offsetStatic
Readonly
EMPTYReturns the length of the bitstring
Checks for equality
other bitstring
true if the bitstrings are equal, false otherwise
Static
is
BitString is a class that represents a bitstring in a buffer with a specified offset and length