hudson.remoting
Class HexDump

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

public class HexDump
extends java.lang.Object

Author:
Kohsuke Kawaguchi

Constructor Summary
HexDump()
           
 
Method Summary
static java.lang.String toHex(byte[] buf)
           
static java.lang.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 java.lang.String toHex(byte[] buf)

toHex

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


Copyright © 2013. All Rights Reserved.