Uses of Class
net.sf.flatpack.DefaultDataSet

Packages that use DefaultDataSet
net.sf.flatpack Main package of the project, containing the actual DataSet implementations. 
net.sf.flatpack.brparse Contains parsers which leave an open BufferedReader for file access. 
 

Uses of DefaultDataSet in net.sf.flatpack
 

Methods in net.sf.flatpack with parameters of type DefaultDataSet
protected  void AbstractParser.addError(DefaultDataSet ds, java.lang.String errorDesc, int lineNo, int errorLevel)
          Adds a new error to this DataSet.
protected  void AbstractParser.addError(DefaultDataSet ds, java.lang.String errorDesc, int lineNo, int errorLevel, java.lang.String lineData)
          Adds a new error to this DataSet.
 

Uses of DefaultDataSet in net.sf.flatpack.brparse
 

Subclasses of DefaultDataSet in net.sf.flatpack.brparse
 class BuffReaderDataSet
           
 

Methods in net.sf.flatpack.brparse with parameters of type DefaultDataSet
 Row BuffReaderDelimParser.buildRow(DefaultDataSet ds)
          Reads in the next record on the file and return a row
 Row BuffReaderFixedParser.buildRow(DefaultDataSet ds)
          Reads in the next record on the file and return a row
 



Copyright © 2006-2011 Appendium - Portfolio Financing Platform. All Rights Reserved.