| Method and Description |
|---|
| org.nuiton.csv.Export.exportToFile(File)
since 2.4.3, use
Export.write(java.io.File) instead. |
| org.nuiton.csv.Export.startExport()
since 2.4.3. It's not the role of the API to give an InputStream
you can use
Export.toString(java.nio.charset.Charset) and
IOUtils.toInputStream(String) |
| org.nuiton.csv.Export.startExport(Writer)
since 2.4.3, use
Export.write(java.io.Writer) instead. |
| org.nuiton.csv.Export.startExportAsString()
since 2.4.3, use
Export.toString(java.nio.charset.Charset) instead. |
Copyright © 2013 CodeLutin. All rights reserved.