|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.util.ByteArrayFormatter
Static final class with one method to pretty print byte arrays.
Constructor Summary | |
private |
ByteArrayFormatter()
|
Method Summary | |
static java.lang.String |
format(byte[] ba)
|
static java.lang.String |
format(int[] ba)
|
private static java.lang.String |
formatByte(byte b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private ByteArrayFormatter()
Method Detail |
private static java.lang.String formatByte(byte b)
public static java.lang.String format(byte[] ba)
public static java.lang.String format(int[] ba)
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |