I need direction to get started with a project. I have a binary file. Out of this file, I need to parse data. Now, I know length of each data; however, there are a few fields that are tricky. For example, there is an 8-bit field, in which the 4 least significant bits and 4 most significant bits represent different data. Are there any built libs available? Or do I have to use java bytebuffer and use bitwise operations?
Share
Bitwise Operators: http://leepoint.net/notes-java/data/expressions/bitops.html