C E F G I P R S W

G

get(int) - Method in class com.csvreader.CsvReader
Returns the current column value for a given column index.
get(String) - Method in class com.csvreader.CsvReader
Returns the current column value for a given column header name.
getColumnCount() - Method in class com.csvreader.CsvReader
Gets the count of columns found in this record.
getComment() - Method in class com.csvreader.CsvReader
Gets the character being used as a comment signal.
getCurrentRecord() - Method in class com.csvreader.CsvReader
Gets the index of the current record.
getDelimiter() - Method in class com.csvreader.CsvReader
Gets the character being used as the column delimiter.
getDelimiter() - Method in class com.csvreader.CsvWriter
Gets the character being used as the column delimiter.
getEscapeMode() - Method in class com.csvreader.CsvReader
Gets the current way to escape an occurance of the text qualifier inside qualified data.
getForceQualifier() - Method in class com.csvreader.CsvWriter
 
getHeader(int) - Method in class com.csvreader.CsvReader
Returns the column header value for a given column index.
getHeaderCount() - Method in class com.csvreader.CsvReader
Gets the count of headers read in by a previous call to readHeaders().
getHeaders() - Method in class com.csvreader.CsvReader
Returns the header values as a string array.
getIndex(String) - Method in class com.csvreader.CsvReader
Gets the corresponding column index for a given column header name.
getLength(int) - Method in class com.csvreader.CsvReader
Returns the length of a column without doing extra work to find the column's actual value.
getMergeConsecutive() - Method in class com.csvreader.CsvReader
Gets whether consecutive instances of the delimiter are being merged into one or not.
getSafetySwitch() - Method in class com.csvreader.CsvReader
 
getTextQualifier() - Method in class com.csvreader.CsvReader
Gets the character to use as a text qualifier in the data.
getTextQualifier() - Method in class com.csvreader.CsvWriter
Gets the character to use as a text qualifier in the data.
getTrimWhitespace() - Method in class com.csvreader.CsvReader
Gets whether leading and trailing whitespace characters are being trimmed from non-textqualified column data.
getUseComments() - Method in class com.csvreader.CsvReader
Gets whether comments are being looked for while parsing or not.
getUseTextQualifier() - Method in class com.csvreader.CsvReader
Whether text qualifiers will be used while parsing or not.
getUseTextQualifier() - Method in class com.csvreader.CsvWriter
Whether text qualifiers will be used while writing data or not.
getValues() - Method in class com.csvreader.CsvReader
 

C E F G I P R S W