public class UID extends NSObject
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getName() |
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)
public byte[] getBytes()
public String getName()
protected void toASCII(StringBuilder ascii, int level)
NSObjectprotected 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 © 2017. All Rights Reserved.