Package org.deidentifier.arx.io
Klasse CSVDataChecksum
java.lang.Object
org.deidentifier.arx.io.CSVDataChecksum
Provides methods for creating checksums CSV encoded data.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiate.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. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetSHA256Checksum(Iterator<String[]> iterator) Returns a hex-encoded MD5 checksum for the given data
-
Konstruktordetails
-
CSVDataChecksum
public CSVDataChecksum()Instantiate. -
CSVDataChecksum
public CSVDataChecksum(char delimiter) Instantiate.- Parameter:
delimiter- the delimiter
-
CSVDataChecksum
public CSVDataChecksum(char delimiter, char quote) Instantiate.- Parameter:
delimiter- the delimiterquote- the quote
-
CSVDataChecksum
public CSVDataChecksum(char delimiter, char quote, char escape) Instantiate.- Parameter:
delimiter- the delimiterquote- the quoteescape- the escape
-
CSVDataChecksum
public CSVDataChecksum(char delimiter, char quote, char escape, char[] linebreak) Instantiate.- Parameter:
delimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreak
-
CSVDataChecksum
public CSVDataChecksum(char delimiter, char quote, char escape, char[] linebreak, int maxColumns) Instantiate.- Parameter:
delimiter- the delimiterquote- the quoteescape- the escapelinebreak- the linebreakmaxColumns-
-
CSVDataChecksum
Instantiate.- Parameter:
config- the config
-
-
Methodendetails
-
getSHA256Checksum
Returns a hex-encoded MD5 checksum for the given data- Parameter:
iterator-- Gibt zurück:
- Löst aus:
NoSuchAlgorithmException
-