Package | Description |
---|---|
com.dalsemi.onewire.utils |
Modifier and Type | Method and Description |
---|---|
static byte[] |
Convert.toByteArray(java.lang.String strData)
Converts a hex-encoded string into an array of bytes.
|
static int |
Convert.toByteArray(java.lang.String strData,
byte[] bData)
Converts a hex-encoded string into an array of bytes.
|
static int |
Convert.toByteArray(java.lang.String strData,
byte[] bData,
int offset,
int length)
Converts a hex-encoded string into an array of bytes.
|
static int |
Convert.toInt(java.lang.String strData)
Converts a hex-encoded string (LSByte) into an int.
|
static long |
Convert.toLong(java.lang.String strData)
Converts a hex-encoded string (LSByte) into a long.
|
Copyright © 1999-2012 Maxim Integrated Products. All Rights Reserved.