public class MBPrinter extends Object
| Constructor and Description |
|---|
MBPrinter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
arrayToString(Object o) |
protected String |
objectToString(Object o) |
protected void |
prettyPrintObject(MBObject t,
PrintStream out,
String indent) |
protected void |
prettyPrintSequence(MBSequence t,
PrintStream out,
String indent) |
protected void |
prettyPrintStreamObject(Object o,
PrintStream out,
String indent) |
static String |
print2String(byte[] minbinMsg) |
static void |
printMessage(byte[] binarMsg) |
static void |
printMessage(byte[] message,
PrintStream out) |
static void |
printMessage(Object readMessageObject,
PrintStream out) |
public static void printMessage(byte[] binarMsg)
public static void printMessage(Object readMessageObject, PrintStream out)
public static void printMessage(byte[] message,
PrintStream out)
public static String print2String(byte[] minbinMsg)
protected void prettyPrintStreamObject(Object o, PrintStream out, String indent)
protected void prettyPrintObject(MBObject t, PrintStream out, String indent)
protected void prettyPrintSequence(MBSequence t, PrintStream out, String indent)
Copyright © 2015. All rights reserved.