Searched refs:asciiWidth (Results 1 – 1 of 1) sorted by relevance
304 int asciiWidth = Math.min(width, data.length - rowOffset); in hexDump() local306 writer.println(new String(data, rowOffset, asciiWidth, StandardCharsets.US_ASCII) in hexDump()