Uses of Interface
com.jstatcom.io.DataHandler

Packages that use DataHandler
com.jstatcom.io Input/output related classes as well as data import implementations. 
 

Uses of DataHandler in com.jstatcom.io
 

Classes in com.jstatcom.io that implement DataHandler
 class TSASCIIHandler
          Import handler for ASCII data files that either contain only the data points or are in the DAT format.
 class TSExcelHandler
          Import handler for Excel data files.
 class TSGaussDATHandler
          Class for importing files from Gauss .dat data set files.
 class TSGaussFMTHandler
          Class for importing files from Gauss .fmt files.
 class TSMatlabHandler
          Handles export and import of Matlab .mat files Level 5, according to the specification document "MAT-File Format Version 7" by Mathworks.
 

Methods in com.jstatcom.io that return DataHandler
abstract  DataHandler DataHandlerTypes.getHandler()
          Gets the import handler of this type.