Skip navigation links
C D F G I L Q R T V W 

C

close() - Method in class info.unterrainer.java.tools.csvtools.CsvReader
 
close() - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
 
columnSeparator - Variable in class info.unterrainer.java.tools.csvtools.CsvBase
The value of the column separator that is used by the program.
CsvBase - Class in info.unterrainer.java.tools.csvtools
The Class CsvBase.
CsvBase() - Constructor for class info.unterrainer.java.tools.csvtools.CsvBase
 
CsvReader - Class in info.unterrainer.java.tools.csvtools
The Class CsvReader.
CsvReader(StringReader) - Constructor for class info.unterrainer.java.tools.csvtools.CsvReader
Initializes a new instance of the CsvReader class.
CsvReader(StringReader, char, String, String) - Constructor for class info.unterrainer.java.tools.csvtools.CsvReader
Initializes a new instance of the CsvReader class.
CsvReader(StringReader, Character, String, String, Integer) - Constructor for class info.unterrainer.java.tools.csvtools.CsvReader
Initializes a new instance of the CsvReader class.
CsvWriter - Class in info.unterrainer.java.tools.csvtools
This data-structure represents a comma-separated-values file.
CsvWriter(StringWriter) - Constructor for class info.unterrainer.java.tools.csvtools.CsvWriter
Initializes a new instance of the CsvWriter class.
CsvWriter(StringWriter, QuotingBehavior) - Constructor for class info.unterrainer.java.tools.csvtools.CsvWriter
Initializes a new instance of the CsvWriter class.
CsvWriter(StringWriter, char, String, String) - Constructor for class info.unterrainer.java.tools.csvtools.CsvWriter
Initializes a new instance of the CsvWriter class.
CsvWriter(StringWriter, char, String, String, QuotingBehavior) - Constructor for class info.unterrainer.java.tools.csvtools.CsvWriter
Initializes a new instance of the CsvWriter class.
CsvWriter(StringWriter, char, String, String, int) - Constructor for class info.unterrainer.java.tools.csvtools.CsvWriter
Initializes a new instance of the CsvWriter class.
CsvWriter(StringWriter, Character, String, String, Integer, QuotingBehavior) - Constructor for class info.unterrainer.java.tools.csvtools.CsvWriter
Initializes a new instance of the CsvWriter class.

D

DEFAULT_COLUMN_SEPARATOR - Static variable in class info.unterrainer.java.tools.csvtools.CsvBase
The default value for the column separator.
DEFAULT_FIELD_DELIMITER - Static variable in class info.unterrainer.java.tools.csvtools.CsvBase
The default value for the field delimiter.
DEFAULT_ROW_SEPARATOR - Static variable in class info.unterrainer.java.tools.csvtools.CsvBase
The default value for the row separator.

F

fieldDelimiter - Variable in class info.unterrainer.java.tools.csvtools.CsvBase
The value of the field delimiter that is used by the program.
finalize() - Method in class info.unterrainer.java.tools.csvtools.CsvReader
 
finalize() - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
 
flush() - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Flushes all internal buffers to the underlying writer.
flushUnderlyingWriter() - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Calls flush on the underlying stringWriter.
fromCode(int) - Static method in enum info.unterrainer.java.tools.csvtools.QuotingBehavior
Gets the enumeration value given the proper unique code.

G

getCode() - Method in enum info.unterrainer.java.tools.csvtools.QuotingBehavior
Gets the unique code that lies behind this particular enumeration.

I

info.unterrainer.java.tools.csvtools - package info.unterrainer.java.tools.csvtools
This package contains the CsvReader and CsvWriter.

L

lockObject - Variable in class info.unterrainer.java.tools.csvtools.CsvBase
This is the lock-object for this class.

Q

QuotingBehavior - Enum in info.unterrainer.java.tools.csvtools
The Enumeration QuotingBehavior.

R

readAllRows() - Method in class info.unterrainer.java.tools.csvtools.CsvReader
Reads all rows of the CSV and returns them in a List.
readRow() - Method in class info.unterrainer.java.tools.csvtools.CsvReader
Returns the next row, already split into fields.
rowSeparator - Variable in class info.unterrainer.java.tools.csvtools.CsvBase
The value of the row separator that is used by the program.

T

toString() - Method in enum info.unterrainer.java.tools.csvtools.QuotingBehavior
Displays the name of the enumeration in lower case with the first letter capitalized.

V

valueOf(String) - Static method in enum info.unterrainer.java.tools.csvtools.QuotingBehavior
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.unterrainer.java.tools.csvtools.QuotingBehavior
Returns an array containing the constants of this enum type, in the order they are declared.

W

write() - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes an empty string (followed by a column-separator).
write(String) - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes a field to the CSV and appends a columnSeparator in front of the new entry if necessary.
write(List<String>) - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes a row to the CSV not ending with a rowSeparator.
writeAll(List<List<String>>) - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes all rows to a CSV.
writeLine() - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes a row-separator, advancing the writer to a new row.
writeLine(String) - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes a field to the CSV and appends a columnSeparator in front of the new entry if necessary.
writeLine(List<String>) - Method in class info.unterrainer.java.tools.csvtools.CsvWriter
Writes a row to the CSV ending with a rowSeparator.
C D F G I L Q R T V W 
Skip navigation links

Copyright © 2018 Unterrainer Informatik OG. All rights reserved.