public static class Extractors.StringExtractor extends Object
| Constructor and Description |
|---|
StringExtractor(boolean emptyStringsAsNull) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
protected boolean |
extract0(char[] data,
int offset,
int length,
CSVHeaderInformation optionalData) |
protected boolean |
nullValue(int length,
boolean hadQuotes) |
String |
value() |
protected void clear()
protected boolean nullValue(int length,
boolean hadQuotes)
protected boolean extract0(char[] data,
int offset,
int length,
CSVHeaderInformation optionalData)
public String value()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.