Package | Description |
---|---|
org.processmining.log.csv |
Modifier and Type | Method and Description |
---|---|
ICSVWriter |
CSVOpenCSVImpl.createWriter(java.io.OutputStream os,
CSVConfig importConfig) |
ICSVWriter |
CSVUnivocityImpl.createWriter(java.io.OutputStream os,
CSVConfig config) |
ICSVWriter |
ICSV.createWriter(java.io.OutputStream os,
CSVConfig config)
Returns a new
ICSVWriter that can be used to write data to a new
OutputStream in CSV format. |