Formats a hex dump of a portion of a byte[] . The result is always newline-terminated, unless the passed-in length was zero, in which case the result is always the empty string ( "" ). @param arr non-null; array to format @param offset >= 0; offset to the part to dump @par
(byte[] arr, int offset, int length,
int outOffset, int bpl, int addressLength)