On May 21, 12:22 pm, Jason Proctor <[email protected]> wrote: > java integers are all signed, including bytes.
Nitpick: char is effectively an unsigned short. The InputStream.read() unsigned result has probably saved lots of people from going insane. On a different note, I haven't yet decided if allowing bitwise operations on booleans is clever or a hack. :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

