} else if (line.length > 60) {
            line = line.substring(7, 48).trim();
            hexLine = hexLine ? hexLine + " " + line : line;
        }