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