public abstract class AbstractLoadRequest<T> extends AbstractRequest<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mCSVSeparator
null or the csv separator
|
protected String |
mEncoding
our encoding, never null
|
protected boolean |
mFirstRowIsHeader
true if the first row contains the header
|
| Constructor and Description |
|---|
AbstractLoadRequest(String pCSVSeparator,
String pEncoding,
boolean pFirstRowIsHeader)
Creates a new Request, the CSV data will bi loaded in execute().
|
canBeCancelled, cancel, equals, getDelegate, getDispatchTarget, hashCode, setDispatchTarget, setDispatchTarget, toStringprotected boolean mFirstRowIsHeader
protected String mCSVSeparator
protected String mEncoding
public AbstractLoadRequest(String pCSVSeparator, String pEncoding, boolean pFirstRowIsHeader)
pFirstRowIsHeader - true if the first row contains the headerpCSVSeparator - "comma" separator, may be nullpEncoding - the encoding, must not be nulIllegalArgumentException - if pFile is nullCopyright © 2020 Jürgen Zeller (privat). All rights reserved.