|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jpcap.util.AsciiHelper
Functions for formatting and printing binary data as ascii.
Constructor Summary | |
AsciiHelper()
|
Method Summary | |
static java.lang.String |
toString(byte[] bytes)
Returns a text representation of a byte array. |
static java.lang.String |
toText(byte[] bytes)
Returns a text representation of a byte array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AsciiHelper()
Method Detail |
public static java.lang.String toText(byte[] bytes)
bytes
- a byte array
public static java.lang.String toString(byte[] bytes)
bytes
- a byte array
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |