| Constructor and Description |
|---|
UID(String name,
byte[] bytes)
Creates a new UID instance.
|
| Modifier and Type | Method and Description |
|---|---|
UID |
clone()
Creates and returns a deep copy of this instance.
|
byte[] |
getBytes()
Gets this instance's value.
|
String |
getName()
Gets this instance's name.
|
protected void |
toASCII(StringBuilder ascii,
int level)
Generates the ASCII representation of this object.
|
protected void |
toASCIIGnuStep(StringBuilder ascii,
int level)
Generates the ASCII representation of this object in the GnuStep format.
|
fromJavaObject, toJavaObject, toJavaObject, toXMLPropertyListpublic UID(String name, byte[] bytes)
name - The UID name.bytes - The UID value.public byte[] getBytes()
public String getName()
public UID clone()
NSObjectprotected void toASCII(StringBuilder ascii, int level)
NSObjecttoASCII in class NSObjectascii - The StringBuilder onto which the ASCII representation is appended.level - The indentation level of the object.protected void toASCIIGnuStep(StringBuilder ascii, int level)
NSObjecttoASCIIGnuStep in class NSObjectascii - The StringBuilder onto which the ASCII representation is appended.level - The indentation level of the object.Copyright © 2019. All Rights Reserved.