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 void |
IdxReadingExample.printToConsole(IdxParser parser)
Print some content of an
IdxParser to console. |
Modifier and Type | Method and Description |
---|---|
static IdxParser |
IdxParser.create(File csvFile)
|
static IdxParser |
IdxParser.create(InputStream input)
Creates a
IdxParser from an InputStream with CSV data. |
static IdxParser |
IdxParser.create(Reader input)
|
static IdxParser |
IdxParser.create(String csvString)
|
protected IdxParser |
IdxFormat.newParser(org.apache.commons.csv.CSVParser parser) |
Copyright © 2015 OpenEstate. All rights reserved.