()
| 38 | } |
| 39 | |
| 40 | private String doHashObject() { |
| 41 | byte[] fileContents = FileUtil.getFileAsBytes(file); |
| 42 | return hashObject(fileContents, this.type); |
| 43 | } |
| 44 | |
| 45 | public static String hashObject(byte[] fileContents) { |
| 46 | return hashObject(fileContents, ConstantVal.BLOB); |
no test coverage detected