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
Checks for equality
other bitstring
true if the bitstrings are equal, false otherwise
Try to get a buffer from the bitstring without allocations
offset in bits
length in bits
buffer if the bitstring is aligned to bytes, null otherwise
Format to canonical string
formatted bits as a string
StaticisChecks if supplied object is BitString
is unknow object
true if object is BitString and false otherwise
BitString is a class that represents a bitstring in a buffer with a specified offset and length