org.nuiton.util.csv
Class Export<E>
java.lang.Object
org.nuiton.util.csv.Export<E>
public class Export<E>
- extends Object
TODO
- Since:
- 2.4
- Author:
- bleny , tchemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
model
protected ExportModel<E> model
data
protected Collection<E> data
Export
protected Export(ExportModel<E> model,
Collection<E> data)
newExport
public static <E> Export<E> newExport(ExportModel<E> model,
Collection<E> data)
startExportAsString
public String startExportAsString()
throws Exception
- Throws:
Exception
startExport
public InputStream startExport()
throws Exception
- Throws:
Exception
Copyright © 2011 CodeLutin. All Rights Reserved.