public interface IPrettyPrintFormat
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toHexString(byte[] in)
Retrieves a pretty print string of the given byte array.
|
java.lang.String |
toHexString(byte[] in,
int indentSize)
Retrieves a pretty print string of the given byte array.
|
java.lang.String |
toHexString(byte[] in,
int indentSize,
int lineLen)
Retrieves a pretty print string of the given byte array.
|
java.lang.String |
toHexString(byte[] in,
int indentSize,
int lineLen,
java.lang.String separator)
Retrieves a pretty print string of the given byte array.
|
java.lang.String toHexString(byte[] in,
int indentSize,
int lineLen,
java.lang.String separator)
in - byte arrayindentSize - indentation sizelineLen - length of lineseparator - separator stringjava.lang.String toHexString(byte[] in,
int indentSize,
int lineLen)
in - byte arrayindentSize - indentation sizelineLen - length of linejava.lang.String toHexString(byte[] in,
int indentSize)
in - byte arrayindentSize - indentation sizejava.lang.String toHexString(byte[] in)
in - byte array