public class CSVWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getFieldCount() |
String |
getHeader()
Get the header for this Writer
|
String |
getLine(Map<String,String> row)
Get the line using the String array provided as parameters;
|
String |
getLine(String... textArray)
Get the line using the String array provided as parameters;
|
Copyright © 2018–2019 Butor Inc.. All rights reserved.