Uses of Interface
org.processmining.log.csv.ICSVReader
-
Packages that use ICSVReader Package Description org.processmining.log.csv -
-
Uses of ICSVReader in org.processmining.log.csv
Methods in org.processmining.log.csv that return ICSVReader Modifier and Type Method Description ICSVReaderCSVFile. createReader(CSVConfig config)Returns a newICSVReaderthat can be used to read through the input stream.ICSVReaderCSVFileReferenceOpenCSVImpl. createReader(CSVConfig config)ICSVReaderCSVFileReferenceUnivocityImpl. createReader(CSVConfig config)ICSVReaderCSVOpenCSVImpl. createReader(java.io.InputStream is, CSVConfig importConfig)ICSVReaderCSVUnivocityImpl. createReader(java.io.InputStream is, CSVConfig importConfig)ICSVReaderICSV. createReader(java.io.InputStream is, CSVConfig config)Returns a newICSVReaderthat can be used to read data from theInputStreamin CSV format.
-