Lines Matching defs:binary
55 * Holds value of property binary.
57 private boolean binary;
82 * @param binary If this is a binary file or not
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) {
97 this.binary = binary;
187 * Getter for property binary.
189 * @return Value of property binary.
192 return this.binary;
196 * Setter for property binary.
198 * @param binary New value of property binary.
200 public void setBinary(boolean binary) {
201 this.binary = binary;