public class CSVParser extends Object
| Constructor and Description |
|---|
CSVParser() |
| Modifier and Type | Method and Description |
|---|---|
CSVLineHandler |
getLineHandler() |
boolean |
isSkipHeader() |
boolean |
isTrimFields() |
void |
parse(InputStream inputStream) |
void |
parse(Reader reader) |
void |
setLineHandler(CSVLineHandler lineHandler) |
void |
setSkipHeader(boolean skipHeader) |
void |
setTrimFields(boolean trimFields) |
public CSVLineHandler getLineHandler()
public void setLineHandler(CSVLineHandler lineHandler)
public boolean isSkipHeader()
public void setSkipHeader(boolean skipHeader)
public boolean isTrimFields()
public void setTrimFields(boolean trimFields)
public void parse(InputStream inputStream) throws IOException, CSVParseException
IOExceptionCSVParseExceptionpublic void parse(Reader reader) throws IOException, CSVParseException
IOExceptionCSVParseExceptionCopyright © 2020. All rights reserved.