public class COSName extends COSPrimitiveObject
CONSTANT_CONTAINER, NULL_CONTAINER, SLOT_CONTAINER| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ICOSObjectVisitor visitor)
Accept a visitor object.
|
COSName |
asName() |
byte[] |
byteValue()
The bytes that make up this name (without "/")
|
static COSName |
constant(String name) |
static COSName |
constantUTF8(String name) |
static COSName |
create(byte[] bytes) |
static COSName |
create(String name) |
static COSName |
createUTF8(String name) |
boolean |
equals(Object o) |
int |
hashCode() |
void |
restoreState(Object object) |
Object |
saveState() |
String |
stringValue()
The string value that makes up this name (without "/")
|
addObjectListener, basicIterator, copyDeep, copyDeep, isDangling, isObjectListenerAvailable, isPrimitive, iterator, removeObjectListenerasArray, asBoolean, asDictionary, asFixed, asInteger, asNull, asNumber, asStream, asString, beConstant, beIndirect, containable, copyOptional, copyShallow, copySubGraph, dereference, getContainer, getDoc, getIndirectObject, getValueBoolean, getValueBytes, getValueFloat, getValueInteger, getValueString, harden, isIndirect, isNull, isNumber, isSwapped, mayBeSwapped, soften, toStringhandleException, isReferencepublic static COSName create(byte[] bytes)
public Object accept(ICOSObjectVisitor visitor) throws COSVisitorException
COSDocumentElementvisitor by "double dispatching".accept in class COSDocumentElementvisitor - The object visiting the receiver.COSVisitorException - An exception depending on the visitor semantics.public COSName asName()
public byte[] byteValue()
public void restoreState(Object object)
restoreState in interface de.intarsys.tools.component.ISaveStateSupportrestoreState in class COSObjectpublic Object saveState()
public String stringValue()
stringValue in class COSObjectCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.