James Dunne wrote: > Agreed. Byte isn't really an integer, it's more for storage. Storage > should not care about signedness, it should just be used for read, > write, comparison, and bit-flipping operations. Woah ... byte isn't really an integer? I guess long is not really an integer either, and should only be used for bit flipping too :)