pl.mn.communicator.packet
Class HexDump

java.lang.Object
  extended by pl.mn.communicator.packet.HexDump

public class HexDump
extends java.lang.Object


Constructor Summary
HexDump()
           
 
Method Summary
static java.lang.String byteToHexString(byte b)
           
static java.lang.String hexDump(byte[] data)
           
static java.lang.String hexDump(byte[] data, int length)
           
static java.lang.String intToHexString(int num, int width, char fill)
           
 
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

byteToHexString

public static java.lang.String byteToHexString(byte b)

intToHexString

public static java.lang.String intToHexString(int num,
                                              int width,
                                              char fill)

hexDump

public static java.lang.String hexDump(byte[] data)

hexDump

public static java.lang.String hexDump(byte[] data,
                                       int length)


Copyright 2004-2004-2005 SourceForge.net. All Rights Reserved.