android-nfc-rfid icon indicating copy to clipboard operation
android-nfc-rfid copied to clipboard

bytearrayint in util

Open enpboss opened this issue 10 years ago • 0 comments

// Conversion byte[] to int public static int byteArrayToInt1(byte[] b) { return byteArrayToInt(b, 0); }

enpboss avatar Dec 01 '14 09:12 enpboss