public class CSVDataChecksum
extends java.lang.Object
| Constructor and Description |
|---|
CSVDataChecksum()
Instantiate.
|
CSVDataChecksum(char delimiter)
Instantiate.
|
CSVDataChecksum(char delimiter,
char quote)
Instantiate.
|
CSVDataChecksum(char delimiter,
char quote,
char escape)
Instantiate.
|
CSVDataChecksum(char delimiter,
char quote,
char escape,
char[] linebreak)
Instantiate.
|
CSVDataChecksum(char delimiter,
char quote,
char escape,
char[] linebreak,
int maxColumns)
Instantiate.
|
CSVDataChecksum(CSVSyntax config)
Instantiate.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSHA256Checksum(java.util.Iterator<java.lang.String[]> iterator)
Returns a hex-encoded MD5 checksum for the given data
|
public CSVDataChecksum()
public CSVDataChecksum(char delimiter)
delimiter - the delimiterpublic CSVDataChecksum(char delimiter,
char quote)
delimiter - the delimiterquote - the quotepublic CSVDataChecksum(char delimiter,
char quote,
char escape)
delimiter - the delimiterquote - the quoteescape - the escapepublic CSVDataChecksum(char delimiter,
char quote,
char escape,
char[] linebreak)
delimiter - the delimiterquote - the quoteescape - the escapelinebreak - the linebreakpublic CSVDataChecksum(char delimiter,
char quote,
char escape,
char[] linebreak,
int maxColumns)
delimiter - the delimiterquote - the quoteescape - the escapelinebreak - the linebreakmaxColumns - public CSVDataChecksum(CSVSyntax config)
config - the configpublic java.lang.String getSHA256Checksum(java.util.Iterator<java.lang.String[]> iterator)
throws java.security.NoSuchAlgorithmException
iterator - java.security.NoSuchAlgorithmException