@Deprecated public abstract class CSVReader extends AbstractConverter
Constructor and Description |
---|
CSVReader()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BigDecimal |
getBigDecimal(int pos,
String[] values)
Deprecated.
|
static BigDecimal |
getBigDecimal(int pos,
String[] values,
BigDecimal defaultValue)
Deprecated.
|
static BigInteger |
getBigInteger(int pos,
String[] values)
Deprecated.
|
static BigInteger |
getBigInteger(int pos,
String[] values,
BigInteger defaultValue)
Deprecated.
|
static char |
getChar(int pos,
String[] values)
Deprecated.
|
static char |
getChar(int pos,
String[] values,
char defaultValue)
Deprecated.
|
String |
getCharset()
Deprecated.
|
static Double |
getDouble(int pos,
String[] values)
Deprecated.
|
static Double |
getDouble(int pos,
String[] values,
Double defaultValue)
Deprecated.
|
static Float |
getFloat(int pos,
String[] values)
Deprecated.
|
static Float |
getFloat(int pos,
String[] values,
Float defaultValue)
Deprecated.
|
static Integer |
getInt(int pos,
String[] values)
Deprecated.
|
static Integer |
getInt(int pos,
String[] values,
Integer defaultValue)
Deprecated.
|
static Long |
getLong(int pos,
String[] values)
Deprecated.
|
static Long |
getLong(int pos,
String[] values,
Long defaultValue)
Deprecated.
|
static String |
getString(int pos,
String[] values)
Deprecated.
|
static String |
getString(int pos,
String[] values,
String defaultValue)
Deprecated.
|
void |
read(File f,
SerializableXmlElement dest)
Deprecated.
|
void |
read(File f,
SerializableXmlElement dest,
String charset)
Deprecated.
|
void |
read(InputStream in,
SerializableXmlElement dest)
Deprecated.
|
void |
read(InputStream in,
SerializableXmlElement dest,
String charset)
Deprecated.
|
void |
read(Reader reader,
SerializableXmlElement dest)
Deprecated.
|
abstract void |
readLine(String line,
SerializableXmlElement dest)
Deprecated.
|
createEmptyAgency, createEmptyAgent, createEmptyAttachment, createEmptyContact, createEmptyEstate, createEmptyLink, createEmptyTransfer, createEmptyTransferAgency, getErrorMap, getErrorMessages, getErrors, getOpenEstateLanguage, putError, putErrors, setOpenEstateLanguage
public static BigDecimal getBigDecimal(int pos, String[] values)
public static BigDecimal getBigDecimal(int pos, String[] values, BigDecimal defaultValue)
public static BigInteger getBigInteger(int pos, String[] values)
public static BigInteger getBigInteger(int pos, String[] values, BigInteger defaultValue)
public static char getChar(int pos, String[] values)
public static char getChar(int pos, String[] values, char defaultValue)
public String getCharset()
public void read(File f, SerializableXmlElement dest) throws IOException
IOException
public void read(File f, SerializableXmlElement dest, String charset) throws IOException
IOException
public void read(InputStream in, SerializableXmlElement dest) throws IOException
IOException
public void read(InputStream in, SerializableXmlElement dest, String charset) throws IOException
IOException
public void read(Reader reader, SerializableXmlElement dest) throws IOException
IOException
public abstract void readLine(String line, SerializableXmlElement dest)
Copyright © 2019 OpenEstate. All rights reserved.