Download of CSVFile.html (CSVFile.html ( external link: SF.net): 17,144 字节) will begin shortly. If not so, click link on the left.
A simple set of Java classes used to handle CSV (Comma-Separated Values) files. The CSVFileReader class has a readFields() method that splits a line of the file into separate String fields; the text qualifier and the field separator are customizable.