Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
L
M
N
P
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.
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
createBean()
- Method in class au.com.bytecode.opencsv.bean.
HeaderColumnNameMappingStrategy
createBean()
- Method in interface au.com.bytecode.opencsv.bean.
MappingStrategy
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.
CsvToBean
<
T
> - Class in
au.com.bytecode.opencsv.bean
CsvToBean()
- Constructor for class au.com.bytecode.opencsv.bean.
CsvToBean
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
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
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
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.
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
processLine(MappingStrategy<T>, String[])
- Method in class au.com.bytecode.opencsv.bean.
CsvToBean
processLine(String)
- Method in class au.com.bytecode.opencsv.
CSVWriter
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.
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
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
T
type
- Variable in class au.com.bytecode.opencsv.bean.
HeaderColumnNameMappingStrategy
W
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.
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.
A
C
D
F
G
H
I
L
M
N
P
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.