A C D E F G H I L M N P Q R S T W 

A

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

C

captureHeader(CSVReader) - Method in class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
 
captureHeader(CSVReader) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
captureHeader(CSVReader) - Method in interface au.com.bytecode.opencsv.bean.MappingStrategy
Implementation of this method can grab the header line before parsing begins to use to map columns to bean properties.
charset(Charset) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified charset
charset(String) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified charset
charset(Charset) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified charset
charset(String) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified charset
checkError() - Method in class au.com.bytecode.opencsv.CSVWriter
Checks to see if the there has been an error in the printstream.
CLOBBUFFERSIZE - Static variable in class au.com.bytecode.opencsv.ResultSetHelperService
 
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.
ColumnPositionMappingStrategy<T> - Class in au.com.bytecode.opencsv.bean
Copyright 2007 Kyle Miller.
ColumnPositionMappingStrategy() - Constructor for class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
 
convertValue(String, PropertyDescriptor) - Method in class au.com.bytecode.opencsv.bean.CsvToBean
 
create() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSV.
create() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSV using default separator, quote char, etc.
createBean() - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
createBean() - Method in interface au.com.bytecode.opencsv.bean.MappingStrategy
 
CSV - Class in au.com.bytecode.opencsv
A very simple CSV format container.
CSV.Builder - Class in au.com.bytecode.opencsv
A builder for creating CSV formats.
CSVParser - Class in au.com.bytecode.opencsv
A very simple CSV parser released under a commercial-friendly license.
CSVParser() - Constructor for class au.com.bytecode.opencsv.CSVParser
Constructs CSVParser using a comma for the separator.
CSVParser(char) - Constructor for class au.com.bytecode.opencsv.CSVParser
Constructs CSVParser with supplied separator.
CSVParser(char, char) - Constructor for class au.com.bytecode.opencsv.CSVParser
Constructs CSVParser with supplied separator and quote char.
CSVParser(char, char, char) - Constructor for class au.com.bytecode.opencsv.CSVParser
Constructs CSVReader with supplied separator and quote char.
CSVParser(char, char, char, boolean) - Constructor for class au.com.bytecode.opencsv.CSVParser
Constructs CSVReader with supplied separator and quote char.
CSVParser(char, char, char, boolean, boolean) - Constructor for class au.com.bytecode.opencsv.CSVParser
Constructs CSVReader with supplied separator and quote char.
CSVReader - Class in au.com.bytecode.opencsv
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, boolean) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator, quote char and quote handling behavior.
CSVReader(Reader, char, 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.
CSVReader(Reader, char, char, char, int) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, char, int, boolean) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, char, int, boolean, boolean) - Constructor for class au.com.bytecode.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReadProc - Interface in au.com.bytecode.opencsv
 
CSVRuntimeException - Exception in au.com.bytecode.opencsv
 
CSVRuntimeException(Throwable) - Constructor for exception au.com.bytecode.opencsv.CSVRuntimeException
 
CSVRuntimeException(String, Throwable) - Constructor for exception au.com.bytecode.opencsv.CSVRuntimeException
 
CsvToBean<T> - Class in au.com.bytecode.opencsv.bean
 
CsvToBean() - Constructor for class au.com.bytecode.opencsv.bean.CsvToBean
 
CSVWriteProc - Interface in au.com.bytecode.opencsv
 
CSVWriter - Class in au.com.bytecode.opencsv
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, 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.
CSVWriter(Writer, char, char, char, String) - Constructor for class au.com.bytecode.opencsv.CSVWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.

D

DEFAULT_ESCAPE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVParser
The default escape character to use if none is supplied to the constructor.
DEFAULT_ESCAPE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVWriter
The character used for escaping quotes.
DEFAULT_IGNORE_LEADING_WHITESPACE - Static variable in class au.com.bytecode.opencsv.CSVParser
The default leading whitespace behavior to use if none is supplied to the constructor
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.CSVParser
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.CSVParser
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.
DEFAULT_STRICT_QUOTES - Static variable in class au.com.bytecode.opencsv.CSVParser
The default strict quote behavior to use if none is supplied to the constructor
descriptorMap - Variable in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 

E

escape(char) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified escapeChar
escape(char) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified escapeChar

F

findDescriptor(int) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
findDescriptor(String) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
findDescriptor(int) - Method in interface au.com.bytecode.opencsv.bean.MappingStrategy
Implementation will have to return a property descriptor from a bean based on the current column.
flush() - Method in class au.com.bytecode.opencsv.CSVWriter
Flush underlying stream to writer.

G

getColumnMapping() - Method in class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
 
getColumnMapping() - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
getColumnName(int) - Method in class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
 
getColumnName(int) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
getColumnName(int) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
getColumnNames(ResultSet) - Method in interface au.com.bytecode.opencsv.ResultSetHelper
 
getColumnNames(ResultSet) - Method in class au.com.bytecode.opencsv.ResultSetHelperService
 
getColumnValues(ResultSet) - Method in interface au.com.bytecode.opencsv.ResultSetHelper
 
getColumnValues(ResultSet) - Method in class au.com.bytecode.opencsv.ResultSetHelperService
 
getPropertyEditor(PropertyDescriptor) - Method in class au.com.bytecode.opencsv.bean.CsvToBean
 
getType() - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 

H

header - Variable in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
HeaderColumnNameMappingStrategy<T> - Class in au.com.bytecode.opencsv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameMappingStrategy() - Constructor for class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
HeaderColumnNameTranslateMappingStrategy<T> - Class in au.com.bytecode.opencsv.bean
Copyright 2007,2010 Kyle Miller.
HeaderColumnNameTranslateMappingStrategy() - Constructor for class au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 

I

ignoreLeadingWhiteSpace() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder.
ignoreLeadingWhiteSpace() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder.
INITIAL_READ_SIZE - Static variable in class au.com.bytecode.opencsv.CSVParser
 
INITIAL_STRING_SIZE - Static variable in class au.com.bytecode.opencsv.CSVWriter
 
isAllWhiteSpace(CharSequence) - Method in class au.com.bytecode.opencsv.CSVParser
precondition: sb.length() > 0
isNextCharacterEscapable(String, boolean, int) - Method in class au.com.bytecode.opencsv.CSVParser
precondition: the current character is an escape
isPending() - Method in class au.com.bytecode.opencsv.CSVParser
 

L

lineEnd(String) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified line terminator
lineEnd(String) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified line terminator
loadDescriptorMap(Class<T>) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 

M

MappingStrategy<T> - Interface in au.com.bytecode.opencsv.bean
 
matches(String, PropertyDescriptor) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 

N

NO_ESCAPE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVWriter
The escape constant to use when you wish to suppress all escaping.
NO_QUOTE_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVWriter
The quote constant to use when you wish to suppress all quoting.
noEscape() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with no escape char
noEscape() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with no escape char
noQuote() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with no quote char
noQuote() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with no quote char
notIgnoreLeadingWhiteSpace() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder.
notIgnoreLeadingWhiteSpace() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder.
notStrictQuotes() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder.
notStrictQuotes() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder.
NULL_CHARACTER - Static variable in class au.com.bytecode.opencsv.CSVParser
This is the "null" character - if a value is set to this then it is ignored.

P

parse(MappingStrategy<T>, Reader) - Method in class au.com.bytecode.opencsv.bean.CsvToBean
 
parse(MappingStrategy<T>, CSVReader) - Method in class au.com.bytecode.opencsv.bean.CsvToBean
 
parseLine(String) - Method in class au.com.bytecode.opencsv.CSVParser
 
parseLineMulti(String) - Method in class au.com.bytecode.opencsv.CSVParser
 
process(CSVWriter) - Method in interface au.com.bytecode.opencsv.CSVWriteProc
 
processLine(MappingStrategy<T>, String[]) - Method in class au.com.bytecode.opencsv.bean.CsvToBean
 
processLine(String) - Method in class au.com.bytecode.opencsv.CSVWriter
 
procRow(int, String...) - Method in interface au.com.bytecode.opencsv.CSVReadProc
 

Q

quote(char) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified quoteChar
quote(char) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified quoteChar

R

read(InputStream, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
read(Reader, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
read(File, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
read(String, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
read(CSVReader, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
read(CSVReadProc) - Method in class au.com.bytecode.opencsv.CSVReader
Reads lines from the buffer, converts to a string array and then pass to processor.
readAll() - Method in class au.com.bytecode.opencsv.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readAndClose(InputStream, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
readAndClose(Reader, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
readAndClose(CSVReader, CSVReadProc) - Method in class au.com.bytecode.opencsv.CSV
Read CSV using the supplied CSVReadProc.
reader(Reader) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVReader using configured CSV format.
reader(InputStream) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVReader using configured CSV format.
reader(File) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVReader using configured CSV format.
reader(String) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVReader using configured CSV format.
readNext() - Method in class au.com.bytecode.opencsv.CSVReader
Reads the next line from the buffer and converts to a string array.
ResultSetHelper - Interface in au.com.bytecode.opencsv
 
ResultSetHelperService - Class in au.com.bytecode.opencsv
helper class for processing JDBC ResultSet objects
ResultSetHelperService() - Constructor for class au.com.bytecode.opencsv.ResultSetHelperService
 

S

separator(char) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified separator
separator(char) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified separator
setColumnMapping(String[]) - Method in class au.com.bytecode.opencsv.bean.ColumnPositionMappingStrategy
 
setColumnMapping(Map<String, String>) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
setResultService(ResultSetHelper) - Method in class au.com.bytecode.opencsv.CSVWriter
 
setType(Class<T>) - Method in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 
skipLines(int) - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder with specified number of lines to skip for start reading
skipLines(int) - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder with specified number of lines to skip for start reading
strictQuotes() - Method in class au.com.bytecode.opencsv.CSV.Builder
Constructs CSVBuilder.
strictQuotes() - Static method in class au.com.bytecode.opencsv.CSV
Constructs CSVBuilder.

T

type - Variable in class au.com.bytecode.opencsv.bean.HeaderColumnNameMappingStrategy
 

W

write(Writer, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
write(OutputStream, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
write(String, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
write(CSVWriter, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
write(File, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
write(CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSVWriter
 
writeAll(List<String[]>) - 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.
writeAndClose(Writer, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
writeAndClose(OutputStream, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
writeAndClose(CSVWriter, CSVWriteProc) - Method in class au.com.bytecode.opencsv.CSV
Write CSV using the supplied CSVWriteProc.
writeColumnNames(ResultSet) - 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.
writer(Writer) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVWriter using configured CSV format.
writer(OutputStream) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVWriter using configured CSV file format.
writer(File) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVWriter using configured CSV file format.
writer(String) - Method in class au.com.bytecode.opencsv.CSV
Constructs CSVWriter using configured CSV file format.
A C D E F G H I L M N P Q R S T W 

Copyright © 2014. All rights reserved.