Package org.harctoolbox.harchardware.ir
Class GlobalCacheParser
java.lang.Object
org.harctoolbox.ircore.AbstractIrParser
org.harctoolbox.harchardware.ir.GlobalCacheParser
- All Implemented Interfaces:
org.harctoolbox.ircore.IrSignalParser
public class GlobalCacheParser
extends org.harctoolbox.ircore.AbstractIrParser
implements org.harctoolbox.ircore.IrSignalParser
-
Constructor Summary
ConstructorDescriptionGlobalCacheParser
(Iterable<? extends CharSequence> args) GlobalCacheParser
(String source) -
Method Summary
Methods inherited from class org.harctoolbox.ircore.AbstractIrParser
fixIrRemoteSilliness, getSource, mkIrSignal, mkIrSignal, toIrSequence, toIrSequence, toIrSignal, toIrSignal, toIrSignalChop, toList, toList, toList, toListChop, toListChop, toModulatedIrSequence, toModulatedIrSequence, toModulatedIrSequence, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.harctoolbox.ircore.IrSignalParser
toIrSequence, toList, toModulatedIrSequence
-
Constructor Details
-
GlobalCacheParser
-
GlobalCacheParser
-
-
Method Details
-
newParser
-
toIrSignal
public org.harctoolbox.ircore.IrSignal toIrSignal(Double fallbackFrequency, Double dummyGap) throws org.harctoolbox.ircore.InvalidArgumentException - Specified by:
toIrSignal
in interfaceorg.harctoolbox.ircore.IrSignalParser
- Specified by:
toIrSignal
in classorg.harctoolbox.ircore.AbstractIrParser
- Throws:
org.harctoolbox.ircore.InvalidArgumentException
-
getName
- Specified by:
getName
in interfaceorg.harctoolbox.ircore.IrSignalParser
-