Package | Description |
---|---|
org.openestate.io.examples |
Some example classes, that illustrate the general usage of this library.
|
org.openestate.io.is24_csv |
Read and write CSV data in IS24-CSV format.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Is24CsvReadingExample.printToConsole(Is24CsvParser parser)
Print some content of an
Is24CsvParser to console. |
Modifier and Type | Method and Description |
---|---|
static Is24CsvParser |
Is24CsvParser.create(File csvFile)
Creates a
Is24CsvParser from a File with CSV data. |
static Is24CsvParser |
Is24CsvParser.create(InputStream input)
Creates a
Is24CsvParser from an InputStream with CSV data. |
static Is24CsvParser |
Is24CsvParser.create(Reader input)
Creates a
Is24CsvParser from a Reader with CSV data. |
static Is24CsvParser |
Is24CsvParser.create(String csvString)
Creates a
Is24CsvParser from a String with CSV data. |
protected Is24CsvParser |
Is24CsvFormat.newParser(org.apache.commons.csv.CSVParser parser) |
Copyright © 2015 OpenEstate. All rights reserved.