Class COSDictionaryLateBinding

    • Field Detail

      • log

        public static final org.apache.commons.logging.Log log
    • Constructor Detail

    • Method Detail

      • getDictionaryObject

        public COSBase getDictionaryObject​(COSName key)
        This will get an object from this dictionary. If the object is a reference then it will dereference it and get it from the document. If the object is COSNull then null will be returned.
        Overrides:
        getDictionaryObject in class COSDictionary
        Parameters:
        key - The key to the object that we are getting.
        Returns:
        The object that matches the key.