@Namespace(value="dai::utility") @NoOffset @Properties(inherit=depthai.class) public class VectorWriter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
VectorWriter(Pointer p)
Pointer cast constructor.
|
VectorWriter(VectorWriter arg0) |
| Modifier and Type | Method and Description |
|---|---|
Pointer |
Prepare(long arg0) |
VectorWriter |
put(VectorWriter arg0) |
BytePointer |
ref() |
Pointer |
Skip(long padding_bytes) |
Pointer |
Skip(long padding_bytes,
byte padding_value) |
BytePointer |
take() |
Pointer |
Write(byte _byte) |
Pointer |
Write(Pointer begin,
Pointer end) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic VectorWriter(Pointer p)
Pointer(Pointer).public VectorWriter(@Const @ByRef VectorWriter arg0)
@ByRef @Name(value="operator =") public VectorWriter put(@Const @ByRef VectorWriter arg0)
@ByVal @Cast(value="nop::Status<void>*") public Pointer Prepare(@Cast(value="std::size_t") long arg0)
@ByVal @Cast(value="nop::Status<void>*") public Pointer Write(@Cast(value="std::uint8_t") byte _byte)
@ByVal @Cast(value="nop::Status<void>*") public Pointer Write(@Const Pointer begin, @Const Pointer end)
@ByVal @Cast(value="nop::Status<void>*") public Pointer Skip(@Cast(value="std::size_t") long padding_bytes, @Cast(value="std::uint8_t") byte padding_value)
@ByVal @Cast(value="nop::Status<void>*") public Pointer Skip(@Cast(value="std::size_t") long padding_bytes)
@Cast(value="std::uint8_t*") @StdVector public BytePointer ref()
@Cast(value="std::uint8_t*") @StdVector public BytePointer take()
Copyright © 2023. All rights reserved.