Deprecated API


Contents
Deprecated Methods
org.nuiton.util.csv.Export.exportToFile(File)
          since 2.4.3, use Export.write(java.io.File) instead. 
org.nuiton.util.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.util.csv.Export.startExport(Writer)
          since 2.4.3, use Export.write(java.io.Writer) instead. 
org.nuiton.util.csv.Export.startExportAsString()
          since 2.4.3, use Export.toString(java.nio.charset.Charset) instead. 
 



Copyright © 2011-2012 CodeLutin. All Rights Reserved.