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.
|
toJavaObject, toXMLPropertyList, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrap, wrapSerialized
public UID(String name, byte[] bytes)
public byte[] getBytes()
public String getName()
protected void toASCII(StringBuilder ascii, int level)
NSObject
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 © 2013. All Rights Reserved.