Public Member Functions | |
Util () | |
Static Public Member Functions | |
static byte[] | concat (byte[]...arrays) |
static String | getHexString (byte[] raw, int len) |
Static Private Attributes | |
static final byte[] | HEX_CHAR_TABLE |
Definition at line 3 of file rocon_nfc_writer/src/com/rocon/nfc/Util.java.
com.rocon.nfc.Util.Util | ( | ) | [inline] |
Definition at line 11 of file rocon_nfc_writer/src/com/rocon/nfc/Util.java.
static byte [] com.rocon.nfc.Util.concat | ( | byte...[] | arrays | ) | [inline, static] |
Definition at line 34 of file rocon_nfc_writer/src/com/rocon/nfc/Util.java.
static String com.rocon.nfc.Util.getHexString | ( | byte[] | raw, |
int | len | ||
) | [inline, static] |
Definition at line 15 of file rocon_nfc_writer/src/com/rocon/nfc/Util.java.
final byte [] com.rocon.nfc.Util.HEX_CHAR_TABLE [static, private] |
{ (byte) '0', (byte) '1', (byte) '2', (byte) '3', (byte) '4', (byte) '5', (byte) '6', (byte) '7', (byte) '8', (byte) '9', (byte) 'A', (byte) 'B', (byte) 'C', (byte) 'D', (byte) 'E', (byte) 'F' }
Definition at line 6 of file rocon_nfc_writer/src/com/rocon/nfc/Util.java.