Class HexDump

java.lang.Object
hudson.remoting.HexDump

public class HexDump extends Object
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • HexDump

      public HexDump()
  • Method Details

    • toHex

      public static String toHex(byte[] buf)
    • toHex

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