Class IrTransImporter
java.lang.Object
org.harctoolbox.irscrutinizer.importer.Importer
org.harctoolbox.irscrutinizer.importer.FileImporter
org.harctoolbox.irscrutinizer.importer.ReaderImporter
org.harctoolbox.irscrutinizer.importer.RemoteSetImporter
org.harctoolbox.irscrutinizer.importer.IrTransImporter
- All Implemented Interfaces:
ICommandImporter,IFileImporter,IImporter,IReaderImporter,IRemoteSetImporter
This class imports IrTrans files.
The format is sort-of documented at http://www.irtrans.de/download/Docs/2013/Softwarehandbuch_EN.pdf,
Section 7.5.
However, that description is incomplete.
-
Field Summary
FieldsFields inherited from class org.harctoolbox.irscrutinizer.importer.RemoteSetImporter
remoteSet -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.harctoolbox.irscrutinizer.importer.RemoteSetImporter
getMetaData, getRemoteSet, hasCommands, setupCommands, setupRemote, setupRemoteSet, setupRemoteSetMethods inherited from class org.harctoolbox.irscrutinizer.importer.ReaderImporter
load, load, load, load, load, loadMethods inherited from class org.harctoolbox.irscrutinizer.importer.FileImporter
dumbLoad, getFileExtensions, ignored, load, loadFileSelector, possiblyZipLoadMethods inherited from class org.harctoolbox.irscrutinizer.importer.Importer
addCommand, addCommands, clearCommands, getAbsoluteTolerance, getChopThreshold, getCommand, getCommandIndex, getCommands, getConcatenatedCommands, getCreatingUser, getDummyGap, getEndingTimeout, getFallbackFrequency, getHomeUrl, getMinRepeatLastGap, getOrigin, getRelativeTolerance, isGenerateCcf, isGenerateRaw, isInvokeAnalyzer, isInvokeCleaner, isInvokeDecoder, isInvokeRepeatFinder, isVerbose, prepareLoad, setProperties, uniqueNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.harctoolbox.irscrutinizer.importer.ICommandImporter
getCommand, getCommands, getConcatenatedCommandsMethods inherited from interface org.harctoolbox.irscrutinizer.importer.IFileImporter
getFileExtensions, load, loadFileSelector, possiblyZipLoad
-
Field Details
-
homeUrl
- See Also:
-
defaultCharsetName
- See Also:
-
-
Constructor Details
-
IrTransImporter
public IrTransImporter()
-
-
Method Details
-
main
-
load
- Specified by:
loadin interfaceIReaderImporter- Specified by:
loadin classReaderImporter- Parameters:
reader-origin-- Throws:
IOException- Generic IO error.ParseException- Generic parse error.
-
load
public void load(File file) throws IOException, ParseException, org.harctoolbox.ircore.InvalidArgumentException - Overrides:
loadin classReaderImporter- Throws:
IOExceptionParseExceptionorg.harctoolbox.ircore.InvalidArgumentException
-
canImportDirectories
public boolean canImportDirectories()- Specified by:
canImportDirectoriesin interfaceIFileImporter- Overrides:
canImportDirectoriesin classFileImporter
-
getFileExtensions
- Specified by:
getFileExtensionsin interfaceIFileImporter- Specified by:
getFileExtensionsin classFileImporter
-
getFormatName
- Specified by:
getFormatNamein interfaceIImporter- Returns:
- Name of the importer. May contain spaces and other "funny" characters. Should be one word, and not end with "Importer" or such.
-