Uses of Class
ca.phon.csv.CSVTokenStream
Packages that use CSVTokenStream
-
Uses of CSVTokenStream in ca.phon.csv
Methods in ca.phon.csv with parameters of type CSVTokenStreamModifier and TypeMethodDescriptionvoidCSVParserListener.endCSVFile(CSVTokenStream tokenStream) voidCSVParserListener.endEscaped(CSVTokenStream tokenStream, int recordIndex, int fieldIndex, String escaped) voidCSVParserListener.endField(CSVTokenStream tokenStream, int recordIndex, int fieldIndex, String field) voidCSVParserListener.endRecord(CSVTokenStream tokenStream, int recordIndex, String[] record) voidCSVParserListener.endUnescaped(CSVTokenStream tokenStream, int recordIndex, int fieldIndex, String unescaped) voidCSVParserListener.startCSVFile(CSVTokenStream tokenStream) voidCSVParserListener.startEscaped(CSVTokenStream tokenStream, int recordIndex, int fieldIndex) voidCSVParserListener.startField(CSVTokenStream tokenStream, int recordIndex, int fieldIndex) voidCSVParserListener.startRecord(CSVTokenStream tokenStream, int recordIndex) voidCSVParserListener.startUnescaped(CSVTokenStream tokenStream, int recordIndex, int fieldIndex) Constructors in ca.phon.csv with parameters of type CSVTokenStreamModifierConstructorDescriptionCSVParser(CSVTokenStream tokenStream, CSVQuoteType quoteChar, boolean trimSpaces) Constructs a new CSVParser with the specified token stream, quote character and boolean for trimming spaces