I have a buffer (char [variable]) and i want to inspect this bit by bit hence like a big bit array.

Is it possible to use a QBitArray in this case? if so please give me snippet of how to make this buffer into a bit array.

baray98

p.s. "variable" is known before doing all these processing