@Namespace(value="plasma") @Properties(inherit=plasma.class) public class UniqueID extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
UniqueID()
Default native constructor.
|
UniqueID(long size)
Native array allocator.
|
UniqueID(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
binary() |
BytePointer |
data() |
boolean |
equals(UniqueID rhs) |
static UniqueID |
from_binary(BytePointer binary) |
static UniqueID |
from_binary(String binary) |
UniqueID |
getPointer(long i) |
long |
hash() |
String |
hex() |
BytePointer |
mutable_data() |
UniqueID |
position(long position) |
static long |
size() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public UniqueID()
public UniqueID(long size)
Pointer.position(long)
.public UniqueID(Pointer p)
Pointer(Pointer)
.public UniqueID getPointer(long i)
getPointer
in class Pointer
@ByVal public static UniqueID from_binary(@StdString String binary)
@ByVal public static UniqueID from_binary(@StdString BytePointer binary)
@Cast(value="bool") @Name(value="operator ==") public boolean equals(@Const @ByRef UniqueID rhs)
@Cast(value="const uint8_t*") public BytePointer data()
@Cast(value="uint8_t*") public BytePointer mutable_data()
@StdString public String binary()
@StdString public String hex()
Copyright © 2022. All rights reserved.