feat: Add SharedArray.getSize()
(#2406)
* feat: Add `SharedArray.getSize()` * Rename `count` to `size` on iOS * `->` instead of `.`
This commit is contained in:
@@ -39,6 +39,11 @@ public final class SharedArray {
|
||||
*/
|
||||
public native ByteBuffer getByteBuffer();
|
||||
|
||||
/**
|
||||
* Gets the size of the ByteBuffer.
|
||||
*/
|
||||
public native int getSize();
|
||||
|
||||
private native HybridData initHybrid(VisionCameraProxy proxy, int dataType, int size);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user