hudson.remoting
Class HexDump

java.lang.Object
  extended by hudson.remoting.HexDump

public class HexDump
extends Object

Author:
Kohsuke Kawaguchi

Constructor Summary
HexDump()
           
 
Method Summary
static String toHex(byte[] buf)
           
static String toHex(byte[] buf, int start, int len)
           
 
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

toHex

public static String toHex(byte[] buf)

toHex

public static String toHex(byte[] buf,
                           int start,
                           int len)


Copyright © 2004-2011. All Rights Reserved.