BytesBitArray

fun BytesBitArray(byteSize: Int)

Size of array in bytes. For example BytesBitArray(2) creates BytesBitArray with 16 elements


fun BytesBitArray(data: ByteArray)