Class UnmodifiableCOSDictionary

All Implemented Interfaces:
COSUpdateInfo, COSObjectable

final class UnmodifiableCOSDictionary extends COSDictionary
An unmodifiable COSDictionary.
  • Constructor Details

    • UnmodifiableCOSDictionary

      UnmodifiableCOSDictionary(COSDictionary dict)
  • Method Details

    • setNeedToBeUpdated

      public void setNeedToBeUpdated(boolean flag)
      Set the update state of the dictionary for the COSWriter. This indicates whether an object is to be written when there is an incremental save.
      Parameters:
      flag - the update state.