Uses of Class
org.evolvis.tartools.csvfile.CSVFile
-
-
Uses of CSVFile in org.evolvis.tartools.csvfile
Subclasses of CSVFile in org.evolvis.tartools.csvfile Modifier and Type Class Description classCSVFileReaderCSVFileReader is a class derived fromCSVFileused to parse an existing CSV file.classCSVFileWriterCSVFileWriter is a class derived fromCSVFileused to format some fields into a new CSV file.classSSVFileReaderCSVFileReadersubclass to read the SSV format: Line feed (0x0A) is row separator Field separator (0x1C) is column separator No quote or escape characters are used Carriage return (0x0D) represents embedded newline Cell content is arbitrary binary except 0x0A, 0x1C (and NUL)classSSVFileWriterCSVFileWritersubclass to write the SSV format: Line feed (0x0A) is row separator Field separator (0x1C) is column separator No quote or escape characters are used Carriage return (0x0D) represents embedded newline Cell content is arbitrary binary except 0x0A, 0x1C (and NUL)
-