public class XBUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static byte[] |
license
License data.
|
Constructor and Description |
---|
XBUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
indent(java.io.PrintWriter out,
int level)
This method will indent three spaces in the given print stream.
|
static java.lang.String |
toHexString(byte b)
Convert a byte value to a hex string.
|
static java.lang.String |
toHexString(byte[] b,
int offset,
int nbytes)
Convert a string of bytes into a hex string.
|
static java.lang.StringBuffer |
toHexString(byte b,
java.lang.StringBuffer hexbuf)
Convert a byte value to a hex string.
|
public static byte[] license
public static java.lang.String toHexString(byte b)
public static java.lang.StringBuffer toHexString(byte b, java.lang.StringBuffer hexbuf)
public static java.lang.String toHexString(byte[] b, int offset, int nbytes)
public static void indent(java.io.PrintWriter out, int level)
out
- level
- Indentation level (# of spaces is 3 x this number)