Modifier | Constructor and Description |
---|---|
protected |
COSDictionary() |
protected |
COSDictionary(ASAtom key,
ASAtom value) |
protected |
COSDictionary(ASAtom key,
boolean value) |
protected |
COSDictionary(ASAtom key,
COSObject value) |
protected |
COSDictionary(ASAtom key,
double value) |
protected |
COSDictionary(ASAtom key,
int value) |
protected |
COSDictionary(ASAtom key,
int size,
COSObject[] value) |
protected |
COSDictionary(ASAtom key,
int size,
double[] value) |
protected |
COSDictionary(ASAtom key,
String value) |
protected |
COSDictionary(COSDictionary dict) |
add, at, clearArray, getBoolean, getData, getData, getDirect, getDirectBase, getDocument, getInteger, getKey, getName, getReal, getRealStreamSize, getString, insert, isEndstreamKeywordCRLFCompliant, isIndirect, isStreamKeywordCRLFCompliant, mark, remove, set, setArray, setArray, setArray, setBoolean, setData, setData, setDirect, setEndstreamKeywordCRLFCompliant, setInteger, setKey, setName, setReal, setRealStreamSize, setStreamKeywordCRLFCompliant, setString, setString
getObjectKey, setObjectKey
protected COSDictionary()
protected COSDictionary(ASAtom key, boolean value)
protected COSDictionary(ASAtom key, int value)
protected COSDictionary(ASAtom key, double value)
protected COSDictionary(ASAtom key, int size, double[] value)
protected COSDictionary(COSDictionary dict)
public COSObjType getType()
public static COSObject construct()
public static COSObject construct(COSDictionary dict)
public Object accept(ICOSVisitor visitor)
public Boolean getBooleanKey(ASAtom key)
getBooleanKey
in class COSDirect
public boolean setBooleanKey(ASAtom key, boolean value)
setBooleanKey
in class COSDirect
public Long getIntegerKey(ASAtom key)
getIntegerKey
in class COSDirect
public boolean setIntegerKey(ASAtom key, long value)
setIntegerKey
in class COSDirect
public Double getRealKey(ASAtom key)
getRealKey
in class COSDirect
public boolean setRealKey(ASAtom key, double value)
setRealKey
in class COSDirect
public String getStringKey(ASAtom key)
getStringKey
in class COSDirect
public boolean setStringKey(ASAtom key, String value)
setStringKey
in class COSDirect
public final ASAtom getNameKey(ASAtom key)
getNameKey
in class COSDirect
public boolean setNameKey(ASAtom key, ASAtom value)
setNameKey
in class COSDirect
public boolean setArrayKey(ASAtom key)
setArrayKey
in class COSDirect
public boolean setArrayKey(ASAtom key, COSObject array)
setArrayKey
in class COSDirect
public boolean setArrayKey(ASAtom key, int size, COSObject[] value)
setArrayKey
in class COSDirect
public boolean setArrayKey(ASAtom key, int size, double[] value)
setArrayKey
in class COSDirect
public Collection<COSObject> getValues()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.