Package | Description |
---|---|
org.processmining.log.csv |
Modifier and Type | Method and Description |
---|---|
ICSVReader |
CSVFile.createReader(CSVConfig config)
Returns a new
ICSVReader that can be used to read through the
input stream. |
ICSVReader |
CSVFileReferenceOpenCSVImpl.createReader(CSVConfig config) |
ICSVReader |
CSVFileReferenceUnivocityImpl.createReader(CSVConfig config) |
ICSVReader |
CSVOpenCSVImpl.createReader(java.io.InputStream is,
CSVConfig importConfig) |
ICSVReader |
CSVUnivocityImpl.createReader(java.io.InputStream is,
CSVConfig importConfig) |
ICSVReader |
ICSV.createReader(java.io.InputStream is,
CSVConfig config)
Returns a new
ICSVReader that can be used to read data from the
InputStream in CSV format. |