10-25-2014, 05:14 PM
Yeah, java's bit operators are the same, but I can't just mask it out like that.
I need to first check to make sure it's not a 0xFF. Then I need to add 1 afterwards and stuff.
Do you think maybe 00 just means 1? It could just not be special in the compression. It seems that the ones >0x80 should be what we look at.
I need to first check to make sure it's not a 0xFF. Then I need to add 1 afterwards and stuff.
Do you think maybe 00 just means 1? It could just not be special in the compression. It seems that the ones >0x80 should be what we look at.