Class COSDictionaryLateBinding

All Implemented Interfaces:
COSObjectable

public class COSDictionaryLateBinding extends COSDictionary
Author:
adam
  • Field Details

    • log

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

  • Method Details

    • 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.