com.mindprod.csv
Class CSV
java.lang.Object
com.mindprod.csv.CSV
public final class CSV
- extends java.lang.Object
Dummy file to represent the CSV library CSVReader, CSVWriter, CSVPack, CSVAlign... to process comma-separated value files.
- Since:
- 2002-03-27
- Version:
- 5.8 2011-03-11 CSVChangeCase fix bug in selecting the correct translation letter.
- Author:
- Roedy Green, Canadian Mind Products
Constructor Summary |
CSV()
|
Method Summary |
static void |
main(java.lang.String[] args)
not used. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMBEDDED_COPYRIGHT
public static final java.lang.String EMBEDDED_COPYRIGHT
- undisplayed copyright notice
- See Also:
- Constant Field Values
VERSION_STRING
public static final java.lang.String VERSION_STRING
- embedded version string.
- See Also:
- Constant Field Values
CSV
public CSV()
main
public static void main(java.lang.String[] args)
- not used. Dummy
- Parameters:
args
- dummy.