What is the best way to extract bit fields in Java prior to 1.7? I know I can use bitwise operations, but isn't it better methods?
I need to extract the portion of bit array with endianness control as integer values.
What is the best way to extract bit fields in Java prior to 1.7? I know I can use bitwise operations, but isn't it better methods?
I need to extract the portion of bit array with endianness control as integer values.