Writing a bit reader in JAVA (32-bit little-endian most-to-least-significant bit packing)
No matter how I toss and turn the bytes & bits, I just cannot get this to work. I understand endianess quite ok, and MSB (most significant bit) on some degree. But I’m not able to put the two …