@Namespace(value="dai") @Properties(inherit=depthai.class) public class Assets extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Assets()
Default native constructor.
|
Assets(long size)
Native array allocator.
|
Assets(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AssetView |
get(BytePointer key) |
AssetView |
get(String key) |
StringAssetViewPairVector |
getAll() |
Assets |
getPointer(long i) |
boolean |
has(BytePointer key) |
boolean |
has(String key) |
Assets |
position(long position) |
void |
setStorage(byte[] ps) |
void |
setStorage(ByteBuffer ps) |
void |
setStorage(BytePointer ps) |
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 Assets()
public Assets(long size)
Pointer.position(long).public Assets(Pointer p)
Pointer(Pointer).public Assets getPointer(long i)
getPointer in class Pointerpublic void setStorage(@Cast(value="std::uint8_t*") BytePointer ps)
public void setStorage(@Cast(value="std::uint8_t*") ByteBuffer ps)
@Cast(value="bool") public boolean has(@StdString BytePointer key)
@Cast(value="bool") public boolean has(@StdString String key)
@ByVal public AssetView get(@StdString BytePointer key)
@ByVal public AssetView get(@StdString String key)
@ByVal public StringAssetViewPairVector getAll()
Copyright © 2021. All rights reserved.