Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
G
M
N
P
S
V
W
C
close()
- Method in class com.mindprod.csv.
CSVReader
Close the Reader.
close()
- Method in class com.mindprod.csv.
CSVWriter
Close the PrintWriter.
com.mindprod.csv
- package com.mindprod.csv
CSV
- Class in
com.mindprod.csv
Dummy file to represent the CSV library CSVReader CSVWriter CSVPack and CSVAlign to process comma-separated value files.
CSV()
- Constructor for class com.mindprod.csv.
CSV
CSV2SRS
- Class in
com.mindprod.csv
Converts a 2-column CSV file to a guts of a Funduc Search Replace SRS Script.
CSV2SRS(File, char, char, char)
- Constructor for class com.mindprod.csv.
CSV2SRS
Constructor also does work of converting
CSVAlign
- Class in
com.mindprod.csv
align a CSV File into columns.
CSVAlign(File, char, char, char)
- Constructor for class com.mindprod.csv.
CSVAlign
align a CSV file, constructor.
CSVCharCategory
- Enum in
com.mindprod.csv
enumeration of the classes of characters processed by the CSV finite state automaton.
CSVDump
- Class in
com.mindprod.csv
display a csv file with fields separated with |.
CSVDump(File, char, char, String)
- Constructor for class com.mindprod.csv.
CSVDump
Dump CSV file.
CSVPack
- Class in
com.mindprod.csv
pack a CSV File as densely as possible, removing excess space and commas.
CSVPack(File, char, char, char)
- Constructor for class com.mindprod.csv.
CSVPack
pack a CSV file, constructor.
CSVReader
- Class in
com.mindprod.csv
Read CSV (Comma Separated Value) files.
CSVReader(Reader)
- Constructor for class com.mindprod.csv.
CSVReader
convenience Constructor, default to comma separator, " for quote, no multiline fields, with trimming.
CSVReader(Reader, char, char, String, boolean, boolean, boolean)
- Constructor for class com.mindprod.csv.
CSVReader
Constructor
CSVReadState
- Enum in
com.mindprod.csv
enumeration of the finite state automaton used to read CSV files.
CSVSort
- Class in
com.mindprod.csv
Sort a CSV file, on multiple columns with case sensitive, case insensitive and numeric fields.
CSVSort(File, int[], char[], boolean[], char, char, char)
- Constructor for class com.mindprod.csv.
CSVSort
pack a CSV file, constructor.
CSVTab2Comma
- Class in
com.mindprod.csv
Converts tab-separated CSV file to a comma-separated CSV file.
CSVTab2Comma(File, char, char, char)
- Constructor for class com.mindprod.csv.
CSVTab2Comma
pack a CSV file, constructor.
CSVWriter
- Class in
com.mindprod.csv
Write CSV (Comma Separated Value) files.
CSVWriter(PrintWriter)
- Constructor for class com.mindprod.csv.
CSVWriter
convenience Constructor, defaults to quotelevel 1, comma separator , trim
CSVWriter(PrintWriter, int, char, char, char, boolean)
- Constructor for class com.mindprod.csv.
CSVWriter
Constructor
E
EMBEDDED_COPYRIGHT
- Static variable in class com.mindprod.csv.
CSV
undisplayed copyright notice
G
get()
- Method in class com.mindprod.csv.
CSVReader
Read one field from the CSV file.
getAllFieldsInLine()
- Method in class com.mindprod.csv.
CSVReader
Get all fields in the line.
getBoolean()
- Method in class com.mindprod.csv.
CSVReader
Read one Boolean field from the CSV file, e.g.
getDouble()
- Method in class com.mindprod.csv.
CSVReader
Read one double field from the CSV file.
getFloat()
- Method in class com.mindprod.csv.
CSVReader
Read one float field from the CSV file.
getInt()
- Method in class com.mindprod.csv.
CSVReader
Read one integer field from the CSV file
getLine()
- Method in class com.mindprod.csv.
CSVReader
How many lines have been processed so far.
getLong()
- Method in class com.mindprod.csv.
CSVReader
Read one long field from the CSV file
M
main(String[])
- Static method in class com.mindprod.csv.
CSV
not used.
main(String[])
- Static method in class com.mindprod.csv.
CSV2SRS
Simple command line interface to CSVPack.
main(String[])
- Static method in class com.mindprod.csv.
CSVAlign
Simple command line interface to AlignCSVFile.
main(String[])
- Static method in class com.mindprod.csv.
CSVDump
Simple command line interface to CSVPack.
main(String[])
- Static method in class com.mindprod.csv.
CSVPack
Simple command line interface to CSVPack.
main(String[])
- Static method in class com.mindprod.csv.
CSVReader
Test driver
main(String[])
- Static method in class com.mindprod.csv.
CSVSort
Simple command line interface to CSVSort, Sorts one csv file whose name is on the command line.
main(String[])
- Static method in class com.mindprod.csv.
CSVTab2Comma
Simple command line interface to CSVPack.
main(String[])
- Static method in class com.mindprod.csv.
CSVWriter
Test driver
N
nl()
- Method in class com.mindprod.csv.
CSVWriter
Write a new line in the CVS output file to demark the end of record.
nl(String)
- Method in class com.mindprod.csv.
CSVWriter
Write a comment followed by new line in the CVS output file to demark the end of record.
P
put(int)
- Method in class com.mindprod.csv.
CSVWriter
Write one csv field to the file, followed by a separator unless it is the last field on the line.
put(char)
- Method in class com.mindprod.csv.
CSVWriter
Write one csv field to the file, followed by a separator unless it is the last field on the line.
put(boolean)
- Method in class com.mindprod.csv.
CSVWriter
Write one boolean field to the file, followed by a separator unless it is the last field on the line.
put(long)
- Method in class com.mindprod.csv.
CSVWriter
Write one csv field to the file, followed by a separator unless it is the last field on the line.
put(double)
- Method in class com.mindprod.csv.
CSVWriter
Write one csv field to the file, followed by a separator unless it is the last field on the line.
put(float)
- Method in class com.mindprod.csv.
CSVWriter
Write one csv field to the file, followed by a separator unless it is the last field on the line.
put(String)
- Method in class com.mindprod.csv.
CSVWriter
Write one csv field to the file, followed by a separator unless it is the last field on the line.
S
skip(int)
- Method in class com.mindprod.csv.
CSVReader
Skip over fields you don't want to process.
skipToNextLine()
- Method in class com.mindprod.csv.
CSVReader
Skip over remaining fields on this line you don't want to process.
V
valueOf(String)
- Static method in enum com.mindprod.csv.
CSVCharCategory
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.mindprod.csv.
CSVReadState
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.mindprod.csv.
CSVCharCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.mindprod.csv.
CSVReadState
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_STRING
- Static variable in class com.mindprod.csv.
CSV
embedded version string.
W
wasComment()
- Method in class com.mindprod.csv.
CSVReader
Was the last field returned via get a comment? Also works after getAllFieldsInLine to tell if there was a comment at the end of that line.
C
E
G
M
N
P
S
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes