public class NSUUID extends NSObject
| Constructor and Description |
|---|
NSUUID(byte[] bytes)
Creates and returns a new NSUUID for the specified bytes.
|
NSUUID(String id)
Creates and returns a new NSUUID for the specified String.
|
| Modifier and Type | Method and Description |
|---|---|
void |
getUUIDBytes(byte[] buffer)
Returns the bytes of this NSUUID.
|
static NSUUID |
UUID()
Creates and returns a new NSUUID object.
|
String |
UUIDString()
This NSUUID object as a String.
|
addObserver, observeValueForKeyPath, performSelector, performSelectorOnMainThread, release, removeObserver, removeObserver, retain, setValueForKey, setValueForUndefinedKey, valueForKey, valueForUndefinedKeypublic NSUUID(byte[] bytes)
bytes - The bytes used for the new NSUUID object.public NSUUID(String id)
id - The String used for the new NSUUID object.public static NSUUID UUID()
public String UUIDString()
public void getUUIDBytes(byte[] buffer)
buffer - The buffer of this NSUUID.Copyright © 2020. All rights reserved.