Searched refs:rawBytes (Results 1 – 3 of 3) sorted by relevance
40 private final boolean rawBytes; field in BaseDumper87 this.rawBytes = args.rawBytes; in BaseDumper()93 this.separator = rawBytes ? "|" : ""; in BaseDumper()124 separator = rawBytes ? "|" : ""; in changeIndent()135 boolean rawBytes = getRawBytes(); in parsed()137 String hex = rawBytes ? hexDump(offset, len) : ""; in parsed()217 return rawBytes; in getRawBytes()227 if (rawBytes) { in getWidth1()240 int w1 = rawBytes ? (getWidth1() + 1) : 0; in getWidth2()
27 boolean rawBytes = false; field in Args
53 parsedArgs.rawBytes = true; in run()