diesieben07
08/08/2017, 3:35 PMByteArrayDataInput from Guava, etc.manuell
08/08/2017, 4:11 PMdiesieben07
08/08/2017, 4:36 PM0xFF.toByte().toInt() == -1 But UnsignedBytes.toInt(UnsignedBytes.checkedCast(0xFF)) == 255.manuell
08/09/2017, 11:18 AMdiesieben07
08/09/2017, 11:19 AM0xFF.toByte().toInt() == -1.manuell
08/09/2017, 11:32 AMdiesieben07
08/09/2017, 11:32 AMUnsignedBytes does.