Contact: aviboots(AT)netvision.net.il
41,429 questions
53,976 answers
573 users
Integer n = 255 println(n.byteValue()) println(256.byteValue()) println(257.byteValue()) /* run: -1 0 1 */