Uses of Enum Class
ca.phon.csv.CSVQuoteType
Packages that use CSVQuoteType
-
Uses of CSVQuoteType in ca.phon.app.csv
Methods in ca.phon.app.csv that return CSVQuoteTypeMethods in ca.phon.app.csv with parameters of type CSVQuoteTypeConstructors in ca.phon.app.csv with parameters of type CSVQuoteTypeModifierConstructorDescriptionCSVExportSettings
(char separator, CSVQuoteType quoteType, String encoding, boolean useFirstRowAsHeader) CSVImportSettings
(char[] separators, CSVQuoteType quoteType, boolean trimSpaces, String encoding) -
Uses of CSVQuoteType in ca.phon.csv
Subclasses with type arguments of type CSVQuoteType in ca.phon.csvMethods in ca.phon.csv that return CSVQuoteTypeModifier and TypeMethodDescriptionstatic CSVQuoteType
Returns the enum constant of this class with the specified name.static CSVQuoteType[]
CSVQuoteType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ca.phon.csv with parameters of type CSVQuoteTypeModifierConstructorDescriptionCSVParser
(CSVTokenStream tokenStream, CSVQuoteType quoteChar, boolean trimSpaces) Constructs a new CSVParser with the specified token stream, quote character and boolean for trimming spacesCSVReader
(Reader reader, char[] separators, CSVQuoteType quoteChar) CSVReader
(Reader reader, char[] separators, CSVQuoteType quoteChar, boolean trimSpaces) Constructs a new CSVReader.CSVReader
(Reader reader, CSVQuoteType quoteChar) CSVReader
(Reader reader, CSVQuoteType quoteChar, boolean trimSpaces) CSVTokenStream
(Reader reader, CSVQuoteType quoteType, char[] separators) Constructs a new CSVTokenStream.CSVWriter
(Writer writer, char separator, CSVQuoteType quoteType, boolean trimSpaces, boolean unixLineEndings, boolean quoteAllFields) Constructs a new CSVWriter.