Uses of Interface
org.supercsv.io.ITokenizer
-
Packages that use ITokenizer Package Description org.supercsv.io Provides the various readers and writers used to read/write Strings, Maps, or Objects. -
-
Uses of ITokenizer in org.supercsv.io
Classes in org.supercsv.io that implement ITokenizer Modifier and Type Class Description classAbstractTokenizerDefines the standard behaviour of a Tokenizer.classTokenizerReads the CSV file, line by line.Constructors in org.supercsv.io with parameters of type ITokenizer Constructor Description AbstractCsvReader(ITokenizer tokenizer, CsvPreference preferences)Constructs a new AbstractCsvReader, using a customTokenizer(which should have already been set up with the Reader, CsvPreference, and CsvContext).CsvBeanReader(ITokenizer tokenizer, CsvPreference preferences)Constructs a new CsvBeanReader with the supplied (custom) Tokenizer and CSV preferences.CsvListReader(ITokenizer tokenizer, CsvPreference preferences)Constructs a new CsvListReader with the supplied (custom) Tokenizer and CSV preferences.CsvMapReader(ITokenizer tokenizer, CsvPreference preferences)Constructs a new CsvMapReader with the supplied (custom) Tokenizer and CSV preferences.
-