Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
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
Implemention of this method can grab the header line before parsing begins to use to map columns to bean properties.
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.
columnMapping
- Variable in class au.com.bytecode.opencsv.bean.
ColumnPositionMappingStrategy
ColumnPositionMappingStrategy
- 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
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, int)
- Constructor for class au.com.bytecode.opencsv.
CSVReader
Constructs CSVReader with supplied separator and quote char.
CsvToBean
- 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.
CSVWriter
The character used for escaping quotes.
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.
descriptors
- 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
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
- Class in
au.com.bytecode.opencsv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameMappingStrategy()
- Constructor for class au.com.bytecode.opencsv.bean.
HeaderColumnNameMappingStrategy
HeaderColumnNameTranslateMappingStrategy
- Class in
au.com.bytecode.opencsv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameTranslateMappingStrategy()
- Constructor for class au.com.bytecode.opencsv.bean.
HeaderColumnNameTranslateMappingStrategy
L
loadDescriptors(Class)
- Method in class au.com.bytecode.opencsv.bean.
HeaderColumnNameMappingStrategy
M
MappingStrategy
- 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.
P
parse(MappingStrategy, Reader)
- Method in class au.com.bytecode.opencsv.bean.
CsvToBean
processLine(MappingStrategy, String[])
- Method in class au.com.bytecode.opencsv.bean.
CsvToBean
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.
S
setColumnMapping(String[])
- Method in class au.com.bytecode.opencsv.bean.
ColumnPositionMappingStrategy
setColumnMapping(Map)
- Method in class au.com.bytecode.opencsv.bean.
HeaderColumnNameTranslateMappingStrategy
setType(Class)
- Method in class au.com.bytecode.opencsv.bean.
HeaderColumnNameMappingStrategy
T
type
- Variable in class au.com.bytecode.opencsv.bean.
HeaderColumnNameMappingStrategy
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
F
G
H
L
M
N
P
R
S
T
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2007
Bytecode Pty Ltd.