Using unsigned values in Java
A common question on stackoverflow is; How do I use unsigned numbers in Java? The short answer is that for most operations it makes no difference whether the number is signed or unsigned. However to make this clear and to handle the operations where being unsigned makes a difference, I have create a simple helper class Unsigned available on Google Code.
Comments
Post a Comment