public static class TableParser.Field extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Field()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
parse(String line)
Deprecated.
|
Object |
parse(String line,
int offset)
Deprecated.
|
protected Object |
parse(String line,
int start,
int end)
Deprecated.
|
void |
setScale(float scale)
Deprecated.
|
public Object parse(String line) throws NumberFormatException
NumberFormatExceptionpublic Object parse(String line, int offset) throws NumberFormatException
NumberFormatExceptionprotected Object parse(String line, int start, int end) throws NumberFormatException
NumberFormatExceptionpublic void setScale(float scale)