@Name(value="L_Bytea")
public static class lept.L_BYTEA
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
L_BYTEA()
Default native constructor.
|
L_BYTEA(long size)
Native array allocator.
|
L_BYTEA(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.BytePointer |
data()
data array
|
lept.L_BYTEA |
data(org.bytedeco.javacpp.BytePointer data) |
long |
nalloc()
number of bytes allocated in data array
|
lept.L_BYTEA |
nalloc(long nalloc) |
lept.L_BYTEA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.L_BYTEA |
refcount(int refcount) |
long |
size()
number of bytes presently used
|
lept.L_BYTEA |
size(long size) |
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_BYTEA()
public L_BYTEA(long size)
Pointer.position(long).public L_BYTEA(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.L_BYTEA position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="size_t") public long nalloc()
public lept.L_BYTEA nalloc(long nalloc)
@Cast(value="size_t") public long size()
public lept.L_BYTEA size(long size)
@Cast(value="l_int32") public int refcount()
public lept.L_BYTEA refcount(int refcount)
@Cast(value="l_uint8*") public org.bytedeco.javacpp.BytePointer data()
public lept.L_BYTEA data(org.bytedeco.javacpp.BytePointer data)
Copyright © 2018. All rights reserved.