Class CFFEncoding

    • Constructor Summary

      Constructors 
      Constructor Description
      CFFEncoding()
      Package-private constructor for subclasses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void add​(int code, int sid)
      For use by subclasses only.
      void add​(int code, int sid, java.lang.String name)
      Adds a new code/SID combination to the encoding.
      • Methods inherited from class java.lang.Object

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

      • CFFEncoding

        CFFEncoding()
        Package-private constructor for subclasses.
    • Method Detail

      • add

        public void add​(int code,
                        int sid,
                        java.lang.String name)
        Adds a new code/SID combination to the encoding.
        Parameters:
        code - the given code
        sid - the given SID
      • add

        protected void add​(int code,
                           int sid)
        For use by subclasses only.