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 . |
getCOSObject
default 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
.COSIncrement
COSUpdateState getUpdateState()
COSUpdateState
of this COSUpdateInfo
.COSUpdateState
of this COSUpdateInfo
.COSUpdateState
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.