Uses of Class
com.dalsemi.onewire.utils.Convert.ConvertException

Packages that use Convert.ConvertException
com.dalsemi.onewire.utils   
 

Uses of Convert.ConvertException in com.dalsemi.onewire.utils
 

Methods in com.dalsemi.onewire.utils that throw Convert.ConvertException
static byte[] Convert.toByteArray(String strData)
          Converts a hex-encoded string into an array of bytes.
static int Convert.toByteArray(String strData, byte[] bData)
          Converts a hex-encoded string into an array of bytes.
static int Convert.toByteArray(String strData, byte[] bData, int offset, int length)
          Converts a hex-encoded string into an array of bytes.
static long Convert.toLong(String strData)
          Converts a hex-encoded string (LSByte) into a long.
static int Convert.toInt(String strData)
          Converts a hex-encoded string (LSByte) into an int.
 



Copyright © 1999-2005 Dallas Semiconductor. All Rights Reserved.