Uses of Interface
org.harctoolbox.irscrutinizer.importer.IFileImporter

Packages that use IFileImporter
org.harctoolbox.irscrutinizer.importer   
 

Uses of IFileImporter in org.harctoolbox.irscrutinizer.importer
 

Classes in org.harctoolbox.irscrutinizer.importer with type parameters of type IFileImporter
 class FileImporterBean<T extends IFileImporter & IImporter>
           
 

Subinterfaces of IFileImporter in org.harctoolbox.irscrutinizer.importer
 interface IReaderImporter
          This class models reading from either a file or a stream (Reader), but not from a data base.
 

Classes in org.harctoolbox.irscrutinizer.importer that implement IFileImporter
 class CcfImporter
          Class for importing Pronto CCF files of the first generation.
 class CsvImporter
          This class does something interesting and useful.
 class CsvParametrizedImporter
          This class does something interesting and useful.
 class CsvRawImporter
          This class does something interesting and useful.
 class GirrImporter
          This class imports Girr files.
 class IctImporter
          This class allows for the creation of rendered IR signals in the ICT Format, used by the IRScope.
 class LircImporter
          This class is basically a wrapper around Jirc.
 class RawLineImporter
          This class does something interesting and useful.
 class RmduImporter
          This class is a simple-minded importer of RMDU files.
 class WaveImporter
          This class wraps the IrpMaster Wave class to an importer.
 class XcfImporter
          Class for importing Pronto CCF files of the first generation.