public class COSInteger extends COSNumber
| Modifier | Constructor and Description |
|---|---|
protected |
COSInteger(long value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ICOSVisitor visitor) |
void |
accept(IVisitor visitor) |
static COSObject |
construct(long initValue) |
boolean |
equals(Object o) |
long |
get() |
Long |
getInteger() |
Double |
getReal() |
COSObjType |
getType() |
void |
set(long value) |
boolean |
setInteger(long value) |
boolean |
setReal(double value) |
String |
toString() |
add, at, clearArray, getBoolean, getBooleanKey, getData, getData, getDirect, getDirectBase, getDocument, getIntegerKey, getKey, getKey, getKeySet, getName, getNameKey, getRealKey, getRealStreamSize, getString, getStringKey, getValues, insert, isEndstreamKeywordCRLFCompliant, isIndirect, isStreamKeywordCRLFCompliant, knownKey, mark, remove, removeKey, set, setArray, setArray, setArray, setArrayKey, setArrayKey, setArrayKey, setArrayKey, setBoolean, setBooleanKey, setData, setData, setDirect, setEndstreamKeywordCRLFCompliant, setIntegerKey, setKey, setKey, setName, setNameKey, setRealKey, setRealStreamSize, setStreamKeywordCRLFCompliant, setString, setString, setStringKey, sizegetObjectKey, setObjectKeypublic COSObjType getType()
public static COSObject construct(long initValue)
public Object accept(ICOSVisitor visitor)
public Long getInteger()
getInteger in class COSDirectpublic boolean setInteger(long value)
setInteger in class COSDirectpublic long get()
public void set(long value)
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.