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

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static org.harctoolbox.ircore.MultiParser
    newParser(String source)
     
    org.harctoolbox.ircore.IrSignal
    toIrSignal(Double fallbackFrequency, Double dummyGap)
     

    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

      public GlobalCacheParser(String source)
    • GlobalCacheParser

      public GlobalCacheParser(Iterable<? extends CharSequence> args)
  • Method Details

    • newParser

      public static org.harctoolbox.ircore.MultiParser newParser(String source)
    • toIrSignal

      public org.harctoolbox.ircore.IrSignal toIrSignal(Double fallbackFrequency, Double dummyGap) throws org.harctoolbox.ircore.InvalidArgumentException
      Specified by:
      toIrSignal in interface org.harctoolbox.ircore.IrSignalParser
      Specified by:
      toIrSignal in class org.harctoolbox.ircore.AbstractIrParser
      Throws:
      org.harctoolbox.ircore.InvalidArgumentException
    • getName

      public String getName()
      Specified by:
      getName in interface org.harctoolbox.ircore.IrSignalParser