Class DumpUtils


  • public final class DumpUtils
    extends Object
    Author:
    Alexey Stashok
    • Constructor Detail

      • DumpUtils

        public DumpUtils()
    • Method Detail

      • dumpBytes

        public static String dumpBytes​(ByteBuffer buffer,
                                       int offset,
                                       int length)
      • dumpOctets

        public static String dumpOctets​(ByteBuffer buffer,
                                        int offset,
                                        int length)
      • dump

        public static String dump​(ByteBuffer buffer,
                                  int offset,
                                  int length)
      • dump

        public static String dump​(byte[] buffer)
      • dump

        public static String dump​(byte[] buffer,
                                  int offset,
                                  int length)
      • dumpOctets

        public static String dumpOctets​(byte[] buffer)
      • dumpOctets

        public static String dumpOctets​(byte[] buffer,
                                        int offset,
                                        int length)
      • dumpBytes

        public static String dumpBytes​(byte[] buffer)
      • dumpBytes

        public static String dumpBytes​(byte[] buffer,
                                       int offset,
                                       int length)