android-nfc-rfid
android-nfc-rfid copied to clipboard
bytearrayint in util
// Conversion byte[] to int public static int byteArrayToInt1(byte[] b) { return byteArrayToInt(b, 0); }