Method
clear
Clears all data from this DataBlock
()
Source from the content-addressed store, hash-verified
| 155 | * Clears all data from this DataBlock |
| 156 | */ |
| 157 | public void clear() { |
| 158 | data.clear(); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Sets data in this DataBlock |
Tested by
no test coverage detected