public class MD5SumsParserImpl extends Object implements MD5SumsParser, GlobalConstants
A MD5SumsParser implementation.
UTF_8, UTF_8_CHARSET| Constructor and Description |
|---|
MD5SumsParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
MD5Sums |
parseMD5Sums(DataSource source,
Context context)
Parses the MD5 sums from the specified source.
|
public MD5Sums parseMD5Sums(DataSource source, Context context) throws IOException, ParseException
MD5SumsParserParses the MD5 sums from the specified source.
parseMD5Sums in interface MD5SumsParsersource - The source.context - The context.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.