| Package | Description |
|---|---|
| org.milyn.csv | |
| org.milyn.flatfile | |
| org.milyn.flatfile.regex | |
| org.milyn.flatfile.variablefield |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVRecordParser<T extends CSVRecordParserFactory>
CSV record parser.
|
| Modifier and Type | Method and Description |
|---|---|
RecordParser |
CSVRecordParserFactory.newRecordParser() |
| Modifier and Type | Method and Description |
|---|---|
RecordParser |
RecordParserFactory.newRecordParser()
Create a new Flat File
RecordParser instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegexParser<T extends RegexParserFactory>
Regex record parser.
|
| Modifier and Type | Method and Description |
|---|---|
RecordParser |
RegexParserFactory.newRecordParser() |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableFieldRecordParser<T extends VariableFieldRecordParserFactory>
Abstract variable field record parser.
|
Copyright © 2020. All rights reserved.