Skip navigation links
C D E G H I J N P Q R S T W 

C

CARRIAGE_RETURN - Static variable in interface net.sf.csv4j.CSVConstants
 
close() - Method in class net.sf.csv4j.CSVReader
Closes the input
close() - Method in class net.sf.csv4j.CSVWriter
 
continueProcessing() - Method in interface net.sf.csv4j.CSVBeanProcessor
Indicates if the line processing should continue.
continueProcessing() - Method in interface net.sf.csv4j.CSVFieldMapProcessor
Indicates if the line processing should continue.
continueProcessing() - Method in interface net.sf.csv4j.CSVLineProcessor
Indicates if the line processing should continue.
continueProcessing() - Method in interface net.sf.csv4j.CSVSortedFieldMapProcessor
Indicates if the line processing should continue.
countFields(String) - Method in class net.sf.csv4j.CSVParser
Assumes this is one line of CSV text
countFields() - Method in class net.sf.csv4j.CSVReader
Reads and parses the next CSV line from the input.
countTokens() - Method in class net.sf.csv4j.CSVTokenizer
Indicates how many tokens are left.
countTokens() - Method in interface net.sf.csv4j.Tokenizer
Indicates how many tokens are left.
CSVBeanProcessor<T> - Interface in net.sf.csv4j
Similar interface to the CSVLineProcessor interface for processing CSV lines except that the field values are written to a bean object.
CSVConstants - Interface in net.sf.csv4j
Various common constants.
CSVFieldMapProcessor - Interface in net.sf.csv4j
Similar interface to the CSVLineProcessor interface for processing CSV lines except that the lines are processed as a Map of field name and values.
CSVFileProcessor - Class in net.sf.csv4j
Provides an easy to use mechanism to process CSV files.
CSVFileProcessor() - Constructor for class net.sf.csv4j.CSVFileProcessor
Constructor.
CSVFileReaderProcessor - Class in net.sf.csv4j
Provides an easy to use mechanism to process CSV files.
CSVFileReaderProcessor() - Constructor for class net.sf.csv4j.CSVFileReaderProcessor
Constructor.
CSVLineProcessor - Interface in net.sf.csv4j
Interface for processing CSV lines for the optional header and the data lines.
CSVParser - Class in net.sf.csv4j
Parses CSV lines of text.
CSVParser() - Constructor for class net.sf.csv4j.CSVParser
Constructor with default delimiter (,) and trimFields (true).
CSVParser(char, boolean) - Constructor for class net.sf.csv4j.CSVParser
Constructs the parser with specified options
CSVReader - Class in net.sf.csv4j
Reads and parses CSV lines from an input source.
CSVReader(Reader) - Constructor for class net.sf.csv4j.CSVReader
Constructs a CSV reader with the default options.
CSVReader(Reader, char) - Constructor for class net.sf.csv4j.CSVReader
Constructs a CSV reader with the specified options.
CSVReader(Reader, char, char) - Constructor for class net.sf.csv4j.CSVReader
Constructs a CSV reader with the specified options.
CSVReaderProcessor - Class in net.sf.csv4j
Provides an easy to use mechanism to process CSV streams.
CSVReaderProcessor() - Constructor for class net.sf.csv4j.CSVReaderProcessor
Constructor.
CSVSortedFieldMapProcessor - Interface in net.sf.csv4j
Similar interface to the CSVLineProcessor interface for processing CSV lines except that the lines are processed as a SortedMap of field name and values.
CSVStreamProcessor - Class in net.sf.csv4j
Provides an easy to use mechanism to process CSV streams.
CSVStreamProcessor() - Constructor for class net.sf.csv4j.CSVStreamProcessor
Constructor.
CSVTokenizer - Class in net.sf.csv4j
Provides an API similar to StringTokenizer.
CSVTokenizer(String) - Constructor for class net.sf.csv4j.CSVTokenizer
Creates a tokenizer from the specified CSV line.
CSVWriter - Class in net.sf.csv4j
Writes output lines in CSV format.
CSVWriter(Writer) - Constructor for class net.sf.csv4j.CSVWriter
Constructor.
CSVWriter(Writer, char) - Constructor for class net.sf.csv4j.CSVWriter
Constructor.
CSVWriter(Writer, char, char) - Constructor for class net.sf.csv4j.CSVWriter
Constructor.

D

DEFAULT_COMMENT - Static variable in interface net.sf.csv4j.CSVConstants
Default comment character 35
DEFAULT_DELIMITER - Static variable in interface net.sf.csv4j.CSVConstants
Default field delimiter character 44
DOUBLE_QUOTE - Static variable in interface net.sf.csv4j.CSVConstants
 

E

escapeCSV(String) - Static method in class net.sf.csv4j.CSVWriter
Escapes a text string for CSV output.
escapeCSV(String, char) - Static method in class net.sf.csv4j.CSVWriter
Escapes a text string for CSV output.
escapeCSV(Writer, String, char) - Static method in class net.sf.csv4j.CSVWriter
Escapes a text string for CSV output.

G

getComment() - Method in class net.sf.csv4j.CSVFileProcessor
Returns the comment setting.
getComment() - Method in class net.sf.csv4j.CSVFileReaderProcessor
Returns the comment setting.
getComment() - Method in class net.sf.csv4j.CSVReaderProcessor
Returns the comment setting.
getComment() - Method in class net.sf.csv4j.CSVStreamProcessor
Returns the comment setting.
getCurrentLine() - Method in class net.sf.csv4j.CSVReader
 
getDelimiter() - Method in class net.sf.csv4j.CSVFileReaderProcessor
 
getDelimiter() - Method in class net.sf.csv4j.CSVReaderProcessor
 
getLineNumber() - Method in class net.sf.csv4j.CSVReader
Returns the current line number.

H

hasMoreElements() - Method in class net.sf.csv4j.CSVTokenizer
hasMoreTokens() - Method in class net.sf.csv4j.CSVTokenizer
Indicates if more tokens are available.
hasMoreTokens() - Method in interface net.sf.csv4j.Tokenizer
Indicates if more tokens are available.
hasNext() - Method in class net.sf.csv4j.CSVTokenizer

I

isHasHeader() - Method in class net.sf.csv4j.CSVFileProcessor
Indicates if the file has a header line.
isHasHeader() - Method in class net.sf.csv4j.CSVFileReaderProcessor
Indicates if the file has a header line.
isHasHeader() - Method in class net.sf.csv4j.CSVReaderProcessor
Indicates if the file has a header line.
isHasHeader() - Method in class net.sf.csv4j.CSVStreamProcessor
Indicates if the file has a header line.
iterator() - Method in class net.sf.csv4j.CSVTokenizer

J

JSonUtil - Class in net.sf.csv4j
 
JSonUtil() - Constructor for class net.sf.csv4j.JSonUtil
 

N

net.sf.csv4j - package net.sf.csv4j
 
NEWLINE - Static variable in interface net.sf.csv4j.CSVConstants
 
next() - Method in class net.sf.csv4j.CSVTokenizer
nextElement() - Method in class net.sf.csv4j.CSVTokenizer
nextToken() - Method in class net.sf.csv4j.CSVTokenizer
Returns the next token.
nextToken() - Method in interface net.sf.csv4j.Tokenizer
Returns the next token.

P

ParseException - Exception in net.sf.csv4j
This exception indicates a CSV Parser error occurred.
ParseException(String) - Constructor for exception net.sf.csv4j.ParseException
Constructor.
ParseException(String, Throwable) - Constructor for exception net.sf.csv4j.ParseException
Constructor.
processDataLine(int, T) - Method in interface net.sf.csv4j.CSVBeanProcessor
Process a CSV data line.
processDataLine(int, Map<String, String>) - Method in interface net.sf.csv4j.CSVFieldMapProcessor
Process a CSV data line.
processDataLine(int, List<String>) - Method in interface net.sf.csv4j.CSVLineProcessor
Process a CSV data line.
processDataLine(int, SortedMap<String, String>) - Method in interface net.sf.csv4j.CSVSortedFieldMapProcessor
Process a CSV data line.
processFile(String, CSVLineProcessor) - Method in class net.sf.csv4j.CSVFileProcessor
Processes the CSV file using the provided processor
processFile(String, CSVFieldMapProcessor) - Method in class net.sf.csv4j.CSVFileProcessor
Processes the CSV file using the provided processor.
processFile(String, CSVSortedFieldMapProcessor) - Method in class net.sf.csv4j.CSVFileProcessor
Processes the CSV file using the provided processor.
processFile(String, Charset, CSVLineProcessor) - Method in class net.sf.csv4j.CSVFileReaderProcessor
Processes the CSV file using the provided processor
processFile(String, Charset, CSVFieldMapProcessor) - Method in class net.sf.csv4j.CSVFileReaderProcessor
Processes the CSV file using the provided processor.
processFile(String, Charset, CSVSortedFieldMapProcessor) - Method in class net.sf.csv4j.CSVFileReaderProcessor
Processes the CSV file using the provided processor.
processHeaderLine(int, List<String>) - Method in interface net.sf.csv4j.CSVLineProcessor
Process the CSV header line.
ProcessingException - Exception in net.sf.csv4j
This exception indicates an error occurred during processing of a CSV file.
ProcessingException(Throwable, int) - Constructor for exception net.sf.csv4j.ProcessingException
Constructor.
processStream(Reader, CSVLineProcessor) - Method in class net.sf.csv4j.CSVReaderProcessor
Processes the CSV file using the provided processor.
processStream(Reader, CSVFieldMapProcessor) - Method in class net.sf.csv4j.CSVReaderProcessor
Processes the CSV file using the provided processor.
processStream(Reader, CSVSortedFieldMapProcessor) - Method in class net.sf.csv4j.CSVReaderProcessor
Processes the CSV file using the provided processor.
processStream(InputStreamReader, CSVLineProcessor) - Method in class net.sf.csv4j.CSVStreamProcessor
Processes the CSV file using the provided processor.
processStream(InputStreamReader, CSVFieldMapProcessor) - Method in class net.sf.csv4j.CSVStreamProcessor
Processes the CSV file using the provided processor.
processStream(InputStreamReader, CSVSortedFieldMapProcessor) - Method in class net.sf.csv4j.CSVStreamProcessor
Processes the CSV file using the provided processor.

Q

quote(String) - Static method in class net.sf.csv4j.JSonUtil
Produce a string in double quotes with backslash sequences in all the right places.

R

readCSVLine() - Method in class net.sf.csv4j.CSVReader
Read a line of CSV text.
readJSonLine() - Method in class net.sf.csv4j.CSVReader
Reads and parses the next CSV line from the input.
readLine() - Method in class net.sf.csv4j.CSVReader
Reads and parses the next CSV line from the input.
readLine(boolean) - Method in class net.sf.csv4j.CSVReader
Reads and parses the next CSV line from the input.
remove() - Method in class net.sf.csv4j.CSVTokenizer
Not supported.
reset() - Method in class net.sf.csv4j.CSVTokenizer
Reset the iterator back to the beginning.

S

setComment(char) - Method in class net.sf.csv4j.CSVFileProcessor
Sets the comment string value.
setComment(char) - Method in class net.sf.csv4j.CSVFileReaderProcessor
Sets the comment string value.
setComment(char) - Method in class net.sf.csv4j.CSVReaderProcessor
Sets the comment string value.
setComment(char) - Method in class net.sf.csv4j.CSVStreamProcessor
Sets the comment string value.
setDelimiter(char) - Method in class net.sf.csv4j.CSVFileReaderProcessor
 
setDelimiter(char) - Method in class net.sf.csv4j.CSVReaderProcessor
 
setHasHeader(boolean) - Method in class net.sf.csv4j.CSVFileProcessor
Sets the hasHeader value.
setHasHeader(boolean) - Method in class net.sf.csv4j.CSVFileReaderProcessor
Sets the hasHeader value.
setHasHeader(boolean) - Method in class net.sf.csv4j.CSVReaderProcessor
Sets the hasHeader value.
setHasHeader(boolean) - Method in class net.sf.csv4j.CSVStreamProcessor
Sets the hasHeader value.

T

toJSon(String, long) - Method in class net.sf.csv4j.CSVParser
Assumes this is one line of CSV text
tokenize(String) - Method in class net.sf.csv4j.CSVParser
Assumes this is one line of CSV text
Tokenizer<E> - Interface in net.sf.csv4j
Defines a generic StringTokenizer-style interface.
toString() - Method in exception net.sf.csv4j.ProcessingException

W

writeCommentLine(String) - Method in class net.sf.csv4j.CSVWriter
Output a CSV comment line.
writeDataLine(SortedMap<String, String>) - Method in class net.sf.csv4j.CSVWriter
Output the CSV data line which contains the field values
writeHeaderLine(SortedMap<String, String>) - Method in class net.sf.csv4j.CSVWriter
Output the CSV header line which contains the names of the fields.
writeLine(List<String>) - Method in class net.sf.csv4j.CSVWriter
Output a line of CSV fields.
writeLine(String[]) - Method in class net.sf.csv4j.CSVWriter
Output a line of CSV fields.
C D E G H I J N P Q R S T W 
Skip navigation links

Copyright © 2020. All Rights Reserved.