Package org.openiam.util
Class CSVHelper
- java.lang.Object
-
- org.openiam.util.CSVHelper
-
public class CSVHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description CSVHelper(InputStream input)
CSVHelper(InputStream input, String charsetName)
CSVHelper(InputStream input, String charsetName, org.apache.commons.csv.CSVStrategy strategy)
CSVHelper(InputStream input, org.apache.commons.csv.CSVStrategy strategy)
-
-
-
Constructor Detail
-
CSVHelper
public CSVHelper(InputStream input)
-
CSVHelper
public CSVHelper(InputStream input, String charsetName)
-
CSVHelper
public CSVHelper(InputStream input, org.apache.commons.csv.CSVStrategy strategy)
-
CSVHelper
public CSVHelper(InputStream input, String charsetName, org.apache.commons.csv.CSVStrategy strategy)
-
-
Method Detail
-
getAllValues
public String[][] getAllValues() throws IOException
- Throws:
IOException
-
-