public class QuotedQualityCSV extends QuotedCSV implements Iterable<String>
_keepQuotes, _values| Constructor and Description |
|---|
QuotedQualityCSV(String... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value)
Add and parse a value string(s)
|
List<String> |
getValues() |
Iterator<String> |
iterator() |
protected void |
parsedParam(StringBuffer buffer,
int valueLength,
int paramName,
int paramValue)
Called when a parameter has been parsed
|
protected void |
parsedValue(StringBuffer buffer)
Called when a value has been parsed
|
protected void |
sort() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic QuotedQualityCSV(String... values)
public void addValue(String value)
QuotedCSVprotected void parsedValue(StringBuffer buffer)
QuotedCSVparsedValue in class QuotedCSVbuffer - Containing the trimmed value, which may be mutatedprotected void parsedParam(StringBuffer buffer, int valueLength, int paramName, int paramValue)
QuotedCSVparsedParam in class QuotedCSVbuffer - Containing the trimmed value and all parameters, which may be mutatedvalueLength - The length of the valueparamName - The index of the start of the parameter just parsedparamValue - The index of the start of the parameter value just parsed, or -1protected void sort()
Copyright © 1995–2017 Webtide. All rights reserved.