@Name(value="L_ByteBuffer")
public static class lept.L_BBUFFER
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_BBUFFER()
Default native constructor.
|
L_BBUFFER(long size)
Native array allocator.
|
L_BBUFFER(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.BytePointer |
array()
byte array
|
lept.L_BBUFFER |
array(org.bytedeco.javacpp.BytePointer array) |
int |
n()
number of bytes read into to the array
|
lept.L_BBUFFER |
n(int n) |
int |
nalloc()
size of allocated byte array
|
lept.L_BBUFFER |
nalloc(int nalloc) |
int |
nwritten()
number of bytes written from the array
|
lept.L_BBUFFER |
nwritten(int nwritten) |
lept.L_BBUFFER |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_BBUFFER()
public L_BBUFFER(long size)
Pointer.position(long).public L_BBUFFER(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_BBUFFER position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="l_int32") public int nalloc()
public lept.L_BBUFFER nalloc(int nalloc)
@Cast(value="l_int32") public int n()
public lept.L_BBUFFER n(int n)
@Cast(value="l_int32") public int nwritten()
public lept.L_BBUFFER nwritten(int nwritten)
@Cast(value="l_uint8*") public org.bytedeco.javacpp.BytePointer array()
public lept.L_BBUFFER array(org.bytedeco.javacpp.BytePointer array)
Copyright © 2018. All rights reserved.