Closed before31 closed 2 years ago
Maybe we also want to add getUnsignedShort(), getUnsignedInt() etc while we're at it? Or are you OK with just bytes for now?
When you say getUnsignedInt()
, you mean:
In my getUnsigned()
implementation, it is the later one. The getUnsigned
method actually returns a integer value in the range 0-255, and my need is that.
Your getUnsigned() is fine, I'm talking about 16, 32, and 64-bit values. You're never going to need those?
So far, I may not need those.
add getUnsigned() and putUnsigned() methods to get the correct unsigned integer value directly.