@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class Asset extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Asset() |
Asset(BytePointer k) |
Asset(long size)
Native array allocator.
|
Asset(Pointer p)
Pointer cast constructor.
|
Asset(String k) |
| Modifier and Type | Method and Description |
|---|---|
int |
alignment() |
Asset |
alignment(int setter) |
BytePointer |
data() |
Asset |
data(BytePointer setter) |
Asset |
getPointer(long i) |
BytePointer |
key() |
Asset |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Asset(Pointer p)
Pointer(Pointer).public Asset(long size)
Pointer.position(long).public Asset()
public Asset(@StdString BytePointer k)
public Asset(@StdString String k)
public Asset getPointer(long i)
getPointer in class Pointer@MemberGetter @StdString public BytePointer key()
@Cast(value="std::uint8_t*") @StdVector public BytePointer data()
public Asset data(BytePointer setter)
public Asset alignment(int setter)
Copyright © 2021. All rights reserved.