in reply to Re^2: How to unpack numbers with varying sizes?
in thread How to unpack numbers with varying sizes?

Because the data includes numbers encoded in 3, 5, 6, and 7 bytes as well.

And why do you think that is a problem? a 3 byte integer fits into a 4 byte, or 8 byte integer without problems

  • Comment on Re^3: How to unpack numbers with varying sizes?