Return the SSDeep hash represented by this instance. @return The SSDeep hash represented by this instance.
()
| 187 | * @return The SSDeep hash represented by this instance. |
| 188 | */ |
| 189 | @Override |
| 190 | public String toString() { |
| 191 | return this.blocksize + ":" + getHashString() + ":" + getHash2String() + ((filename != null && filename.length() > 0) ? ",\"" + filename + "\"" : ""); |
| 192 | } |
| 193 | |
| 194 | @Override |
| 195 | public int hashCode() { |