Class AbstractSizRdhFormat

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static de.willuhn.util.I18N i18n  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RDHKey createKey​(java.io.File file)
      Erzeugt einen neuen Schluessel.
      protected static java.lang.String getRDHLib()
      Liefert Pfad und Dateiname der nativen SIZRDH-Lib.
      boolean hasFeature​(int feature)
      Prueft, ob das Format das angegebene Feature unterstuetzt.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • i18n

        protected static de.willuhn.util.I18N i18n
    • Constructor Detail

      • AbstractSizRdhFormat

        public AbstractSizRdhFormat()
    • Method Detail

      • createKey

        public RDHKey createKey​(java.io.File file)
                         throws de.willuhn.util.ApplicationException,
                                de.willuhn.jameica.system.OperationCanceledException
        Description copied from interface: KeyFormat
        Erzeugt einen neuen Schluessel.
        Parameters:
        file - Ziel-Datei, in der der Schluessel erzeugt werden soll.
        Returns:
        der neue Schluessel.
        Throws:
        de.willuhn.util.ApplicationException
        de.willuhn.jameica.system.OperationCanceledException
        See Also:
        KeyFormat.createKey(java.io.File)
      • hasFeature

        public boolean hasFeature​(int feature)
        Description copied from interface: KeyFormat
        Prueft, ob das Format das angegebene Feature unterstuetzt.
        Parameters:
        feature - das geforderte Feature.
        Returns:
        true, wenn es unterstuetzt wird.
        See Also:
        KeyFormat.hasFeature(int)
      • getRDHLib

        protected static java.lang.String getRDHLib()
                                             throws de.willuhn.util.ApplicationException
        Liefert Pfad und Dateiname der nativen SIZRDH-Lib. Diese unterscheidet sich je nach Betriebssystem.
        Returns:
        Pfad zur RDHLib.
        Throws:
        de.willuhn.util.ApplicationException