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, toXMLPropertyList
public UID(String name, byte[] bytes)
name
- The UID name.bytes
- The UID value.public byte[] getBytes()
public String getName()
public UID clone()
NSObject
protected void toASCII(StringBuilder ascii, int level)
NSObject
toASCII
in class NSObject
ascii
- The StringBuilder
onto which the ASCII representation is appended.level
- The indentation level of the object.protected void toASCIIGnuStep(StringBuilder ascii, int level)
NSObject
toASCIIGnuStep
in class NSObject
ascii
- The StringBuilder
onto which the ASCII representation is appended.level
- The indentation level of the object.Copyright © 2018. All rights reserved.