Example #1
0
 /// <summary>
 ///     Returns a multi-line hexadecimal dump of the specified {@link ByteBuf} that is easy to read by humans,
 ///     starting at the given {@code offset} using the given {@code length}.
 /// </summary>
 public static string PrettyHexDump(IByteBuffer buffer, int offset, int length) => HexUtil.DoPrettyHexDump(buffer, offset, length);