Package | Description |
---|---|
org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
org.openestate.io.idx |
Read and write CSV data in IDX format.
|
Modifier and Type | Method and Description |
---|---|
protected static IdxRecord |
IdxWritingExample.createRecord()
Create an
IdxRecord with some example data. |
Modifier and Type | Method and Description |
---|---|
protected static void |
IdxWritingExample.write(List<IdxRecord> records,
File file)
|
protected static void |
IdxWritingExample.write(List<IdxRecord> records,
OutputStream output)
Write some
IdxRecord objects into an OutputStream . |
protected static void |
IdxWritingExample.write(List<IdxRecord> records,
Writer output)
|
protected static void |
IdxWritingExample.writeToConsole(List<IdxRecord> records)
|
Modifier and Type | Method and Description |
---|---|
static IdxRecord |
IdxRecord.newRecord(org.apache.commons.csv.CSVRecord record) |
protected IdxRecord |
IdxParser.newRecord(org.apache.commons.csv.CSVRecord record) |
Copyright © 2015 OpenEstate. All rights reserved.