public class MD5SumsBuilderImpl extends Object implements MD5SumsBuilder, GlobalConstants
A MD5SumsBuilder
implementation.
UTF_8, UTF_8_CHARSET
Constructor and Description |
---|
MD5SumsBuilderImpl()
Creates a builder.
|
Modifier and Type | Method and Description |
---|---|
void |
buildMD5Sums(DataStore store,
DataTarget target)
Builds the MD5 sums and stores them in the target.
|
public void buildMD5Sums(DataStore store, DataTarget target) throws IOException, BuildException
MD5SumsBuilder
Builds the MD5 sums and stores them in the target.
buildMD5Sums
in interface MD5SumsBuilder
store
- The store containing the file for which the MD5 sums should be
created.target
- The target.IOException
- If an I/O error occurs.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.