A C D E N R W

A

au.com.bytecode.opencsv - package au.com.bytecode.opencsv
A very simple CSV parser for Java released under a commercial-friendly license.

C

CSVReader - class au.com.bytecode.opencsv.CSVReader.
A very simple CSV reader released under a commercial-friendly license.
CSVReader(Reader) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, int) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVWriter - class au.com.bytecode.opencsv.CSVWriter.
A very simple CSV writer released under a commercial-friendly license.
CSVWriter(Writer) - Constructor for class au.com.bytecode.opencsv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(Writer, char) - Constructor for class au.com.bytecode.opencsv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(Writer, char, char) - Constructor for class au.com.bytecode.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, String) - Constructor for class au.com.bytecode.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
close() - Method in class au.com.bytecode.opencsv.CSVReader
Closes the underlying reader.
close() - Method in class au.com.bytecode.opencsv.CSVWriter
Close the underlying stream writer flushing any buffered content.

D

DEFAULT_LINE_END - Static variable in class au.com.bytecode.opencsv.CSVWriter
Default line terminator uses platform encoding.
DEFAULT_QUOTE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVWriter
The default quote character to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class au.com.bytecode.opencsv.CSVReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class au.com.bytecode.opencsv.CSVWriter
The default separator to use if none is supplied to the constructor.
DEFAULT_SKIP_LINES - Static variable in class au.com.bytecode.opencsv.CSVReader
The default line to start reading.

E

ESCAPE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVWriter
The character used for escaping quotes.

N

NO_QUOTE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVWriter
The quote constant to use when you wish to suppress all quoting.

R

readAll() - Method in class au.com.bytecode.opencsv.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readNext() - Method in class au.com.bytecode.opencsv.CSVReader
Reads the next line from the buffer and converts to a string array.

W

writeAll(List) - Method in class au.com.bytecode.opencsv.CSVWriter
Writes the entire list to a CSV file.
writeAll(ResultSet, boolean) - Method in class au.com.bytecode.opencsv.CSVWriter
Writes the entire ResultSet to a CSV file.
writeColumnNames(ResultSetMetaData) - Method in class au.com.bytecode.opencsv.CSVWriter
 
writeNext(String[]) - Method in class au.com.bytecode.opencsv.CSVWriter
Writes the next line to the file.

A C D E N R W

Copyright © 2005-2006 Bytecode Pty Ltd.