public class ParseCSVLine
extends java.lang.Object
| Constructor and Description |
|---|
ParseCSVLine(CSVFormat theFormat) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
parse(java.lang.String line) |
public ParseCSVLine(CSVFormat theFormat)