com.activequant.utils
Class Hexdump
java.lang.Object
com.activequant.utils.Hexdump
public class Hexdump
- extends Object
A class to hexdump stuff.
History:
- [06.05.2007] Created (Ulrich Staudinger)
- Author:
- Ulrich Staudinger
|
Method Summary |
static String |
hexdump(byte[] data)
Pass in a byte array, get back a string representation in hex. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hexdump
public Hexdump()
hexdump
public static String hexdump(byte[] data)
- Pass in a byte array, get back a string representation in hex.
- Parameters:
data - a byte array.
- Returns:
- a hex dump string.
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.