public class HexDec
extends java.lang.Object
| Constructor and Description |
|---|
HexDec() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
convertBytesToHexString(byte[] data) |
static java.lang.String |
convertBytesToHexString(byte[] data,
int offset,
int len) |
static void |
convertBytesToHexString(byte[] data,
int offset,
int len,
java.lang.StringBuffer outbuf) |
static byte[] |
convertHexStringToBytes(java.lang.String hexStr) |
static int |
convertHexStringToBytes(java.lang.String hexStr,
byte[] bytebuf,
int offset) |
public static java.lang.String convertBytesToHexString(byte[] data)
public static java.lang.String convertBytesToHexString(byte[] data,
int offset,
int len)
public static void convertBytesToHexString(byte[] data,
int offset,
int len,
java.lang.StringBuffer outbuf)
public static byte[] convertHexStringToBytes(java.lang.String hexStr)
public static int convertHexStringToBytes(java.lang.String hexStr,
byte[] bytebuf,
int offset)
Copyright © 2001-2005 Echomine. All Rights Reserved.