Hi,

Is there any way to read a binary file into n-bit array?
There is a file that I want read which consists of 10-bit unsigned integers
I want to read them into an int arrray. Is there any way...