Package | Description |
---|---|
org.openestate.io.idx |
Read and write CSV data in IDX format.
|
Modifier and Type | Method and Description |
---|---|
static IdxPrinter |
IdxPrinter.create(File csvFile)
Creates a
IdxPrinter , that writes CSV data into a File . |
static IdxPrinter |
IdxPrinter.create(OutputStream output)
Creates a
IdxPrinter , that writes CSV data into an
OutputStream . |
static IdxPrinter |
IdxPrinter.create(StringBuffer csvString)
Creates a
IdxPrinter , that writes CSV data into a
StringBuffer . |
static IdxPrinter |
IdxPrinter.create(StringBuilder csvString)
Creates a
IdxPrinter , that writes CSV data into a
StringBuilder . |
static IdxPrinter |
IdxPrinter.create(Writer output)
Creates a
IdxPrinter , that writes CSV data into a Writer . |
protected IdxPrinter |
IdxFormat.newPrinter(org.apache.commons.csv.CSVPrinter printer) |
Copyright © 2015 OpenEstate. All rights reserved.