| |
|
| java.lang.Object br.com.igor.db.StringConverter
StringConverter | public class StringConverter (Code) | | Collection of static methods for converting strings between different
formats and to and from byte arrays
version: 1.7.2 |
byteToHex | public static String byteToHex(byte b)(Code) | | Converts a byte array into a hexadecimal string
Parameters: b - byte array hex string |
hexToByte | public static byte[] hexToByte(String s) throws IOException(Code) | | Compacts a hexadecimal string into a byte array
Parameters: s - hexadecimal string byte array for the hex string throws: IOException - |
|
|
|