public interface MD5SumsBuilder
A builder for creating the MD5 sums.
| Modifier and Type | Method and Description |
|---|---|
void |
buildMD5Sums(DataStore store,
DataTarget target)
Builds the MD5 sums and stores them in the target.
|
void buildMD5Sums(DataStore store, DataTarget target) throws IOException, BuildException
Builds the MD5 sums and stores them in the target.
store - The store containing the file for which the MD5 sums should be
created.target - The target.IllegalArgumentException - If any of the parameters are null.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.