public interface COSUpdateInfo extends COSObjectable
| Modifier and Type | Method and Description |
|---|---|
COSUpdateState |
getUpdateState()
Returns the current
COSUpdateState of this COSUpdateInfo. |
default boolean |
isNeedToBeUpdated()
Get the update state for the COSWriter.
|
default void |
setNeedToBeUpdated(boolean flag)
Set the update state of the dictionary for the COSWriter.
|
default COSIncrement |
toIncrement()
Uses this
COSUpdateInfo as the base object of a new COSIncrement. |
getCOSObjectdefault boolean isNeedToBeUpdated()
default void setNeedToBeUpdated(boolean flag)
flag - the update state.default COSIncrement toIncrement()
COSUpdateInfo as the base object of a new COSIncrement.COSIncrement based on this COSUpdateInfo.COSIncrementCOSUpdateState getUpdateState()
COSUpdateState of this COSUpdateInfo.COSUpdateState of this COSUpdateInfo.COSUpdateStateCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.