com.activequant.utils
Class Hexdump

java.lang.Object
  extended by com.activequant.utils.Hexdump

public class Hexdump
extends Object

A class to hexdump stuff.

History:
- [06.05.2007] Created (Ulrich Staudinger)

Author:
Ulrich Staudinger

Constructor Summary
Hexdump()
           
 
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
 

Constructor Detail

Hexdump

public Hexdump()
Method Detail

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.