Uses of Class
net.sf.jmatchparser.util.csv.AbstractCSVReader

Packages that use AbstractCSVReader
net.sf.jmatchparser.util.csv This package contains utility classes useful for parsing and creating CSV and similar column-based files. 
net.sf.jmatchparser.util.csv.fieldreader This package contains the FieldReader class and classes that are used by it. 
 

Uses of AbstractCSVReader in net.sf.jmatchparser.util.csv
 

Subclasses of AbstractCSVReader in net.sf.jmatchparser.util.csv
 class CSVReader
          Class to read data from a CSV (Comma Separated Value) file, supporting different separator characters and quoted values.
 class FixedWidthCSVReader
          Class to read data from a fixed width CSV (Comma Separated Value) file, where every column has a fixed width and may optionally additionally delimited by separator characters.
 class PropertiesCSVReader
          Class to read data from a Properties file as if it was a CSV (Comma Separated Value) file.
 class XMLCSVReader
          Class to read data from an XML file as if it was a CSV (Comma Separated Value) file.
 class XPathCSVReader
          Class to read data from an XML file as if it was a CSV (Comma Separated Value) file, using XPathExpressions for the columns.
 

Methods in net.sf.jmatchparser.util.csv that return AbstractCSVReader
static AbstractCSVReader CSVFactory.createReader(InputStream in, String formatString)
          Create an AbstractCSVReader from a format string.
 AbstractCSVReader CSVReaderBuilder.toReader()
          Create a CSV reader from the records written to this builder and reset it.
 

Uses of AbstractCSVReader in net.sf.jmatchparser.util.csv.fieldreader
 

Constructors in net.sf.jmatchparser.util.csv.fieldreader with parameters of type AbstractCSVReader
EnumFieldReader(K[] enumValues, AbstractCSVReader reader)
          Create a new EnumFieldReader
FieldReader(Map<K,FieldDefinition<? extends V>> fieldDefinitions, AbstractCSVReader reader)
          Create a new field reader.
FieldSourceFactory(AbstractCSVReader reader)
          Create a new field source factory that reads its field sources from the given CSV reader.
 



Copyright © 2011. All Rights Reserved.