| Package | Description |
|---|---|
| com.imsl.io |
Methods for reading files.
|
| Modifier and Type | Field and Description |
|---|---|
static FlatFile.Parser |
FlatFile.PARSE_BYTE
Implements a
Parser that converts a String to a
Byte. |
static FlatFile.Parser |
FlatFile.PARSE_DOUBLE
Implements a
Parser that converts a String to a
Double. |
static FlatFile.Parser |
FlatFile.PARSE_FLOAT
Implements a
Parser that converts a String to a
Float. |
static FlatFile.Parser |
FlatFile.PARSE_INTEGER
Implements a
Parser that converts a String to
an Integer. |
static FlatFile.Parser |
FlatFile.PARSE_LONG
Implements a
Parser that converts a String to a
Long. |
static FlatFile.Parser |
FlatFile.PARSE_SHORT
Implements a
Parser that converts a String to a
Short. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FlatFile.setColumnParser(int columnIndex,
FlatFile.Parser columnParser)
Sets the Parser for the specified column.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.