CoreClasses Xojo Plugin

BitArray.Constructor Constructor (console safe)

Constructor that constructs a BitArray from a string buffer.

Constructor(
   bytes as String,
   usedBitCount as Int64)

Parameters

bytes
The string that contains the bit buffer.
usedBitCount
Number of bits that are actually used in the buffer. For example a buffer could contain 2 bytes (16 bits) while only having 12 bit elements used.

Remarks

See Also

BitArray Class