public class CSVFile extends BasePOJO
Constructor and Description |
---|
CSVFile(java.io.InputStream pIS) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getHeaderMap() |
java.util.List<CSVRow> |
getRows() |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public CSVFile(java.io.InputStream pIS) throws FlexCheckedException
FlexCheckedException
public java.util.List<CSVRow> getRows()
public java.util.Map<java.lang.String,java.lang.Integer> getHeaderMap()