Searched refs:rawBytes (Results 1 – 3 of 3) sorted by relevance
41 private final boolean rawBytes; field in BaseDumper85 this.rawBytes = args.rawBytes; in BaseDumper()91 this.separator = rawBytes ? "|" : ""; in BaseDumper()119 separator = rawBytes ? "|" : ""; in changeIndent()129 boolean rawBytes = getRawBytes(); in parsed()135 String hex = rawBytes ? hexDump(at, offset - at) : ""; in parsed()140 String hex = rawBytes ? hexDump(offset, len) : ""; in parsed()229 return rawBytes; in getRawBytes()239 if (rawBytes) { in getWidth1()252 int w1 = rawBytes ? (getWidth1() + 1) : 0; in getWidth2()
27 boolean rawBytes = false; field in Args
50 parsedArgs.rawBytes = true; in main()