public interface CSVParameters
| Modifier and Type | Method and Description |
|---|---|
char |
getDelimiter() |
char |
getEscapeChar() |
String |
getLineTerminator() |
char |
getQuoteChar() |
boolean |
isDoubleQuote() |
boolean |
isSkipInitialSpace() |
char getDelimiter()
char getQuoteChar()
String getLineTerminator()
boolean isDoubleQuote()
char getEscapeChar()
boolean isSkipInitialSpace()
Copyright © 2020–2021. All rights reserved.