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 |
IdxPrinter
Printer for the IDX format.
|
Modifier and Type | Class and Description |
---|---|
class |
Is24CsvPrinter
Printer for the IS24-CSV format.
|
Copyright © 2015 OpenEstate. All rights reserved.