Class DumpUtil


  • public class DumpUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DumpUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void dumpHex​(java.lang.StringBuilder sb, byte[] bytes, int offset, int len)  
      static char toChar​(byte b)  
      static void toHex​(java.lang.StringBuilder sb, byte b)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DumpUtil

        public DumpUtil()
    • Method Detail

      • toHex

        public static void toHex​(java.lang.StringBuilder sb,
                                 byte b)
      • toChar

        public static char toChar​(byte b)
      • dumpHex

        public static void dumpHex​(java.lang.StringBuilder sb,
                                   byte[] bytes,
                                   int offset,
                                   int len)