Displaying 1 result from an estimated 1 matches for "pack10".
Did you mean:
pack1
2009 May 29
2
How to read a binary file bit by bit?
Hello everybody,
I am trying to a read a binary file with different formats. I use the readBin function so I can read bytes, short and double numbers depending on the bytes per element in the byte stream. But now I need to read bit by bit, and join them in groups of ten because every ten bits will form a number. How can I do this?
Regards,