| Package | Description |
|---|---|
| org.openestate.io.core |
General classes for OpenEstate-IO.
|
| org.openestate.io.idx |
Read and write CSV data in IDX format.
|
| org.openestate.io.is24_csv |
Read and write CSV data in IS24-CSV format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CsvFormat<Parser extends CsvParser,Printer extends CsvPrinter>
A general CSV format specification, that supports reading through
CsvParser and writing through CsvPrinter. |
| Modifier and Type | Class and Description |
|---|---|
class |
IdxParser
Parser for the IDX format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Is24CsvParser
Parser for the IS24-CSV format.
|
Copyright © 2015 OpenEstate. All rights reserved.