@Properties(inherit=python.class) public class PyByteArrayObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyByteArrayObject()
Default native constructor.
|
PyByteArrayObject(long size)
Native array allocator.
|
PyByteArrayObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyByteArrayObject |
getPointer(long i) |
long |
ob_alloc() |
PyByteArrayObject |
ob_alloc(long setter) |
PyVarObject |
ob_base() |
PyByteArrayObject |
ob_base(PyVarObject setter) |
BytePointer |
ob_bytes() |
PyByteArrayObject |
ob_bytes(BytePointer setter) |
long |
ob_exports() |
PyByteArrayObject |
ob_exports(long setter) |
BytePointer |
ob_start() |
PyByteArrayObject |
ob_start(BytePointer setter) |
PyByteArrayObject |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PyByteArrayObject()
public PyByteArrayObject(long size)
Pointer.position(long)
.public PyByteArrayObject(Pointer p)
Pointer(Pointer)
.public PyByteArrayObject position(long position)
public PyByteArrayObject getPointer(long i)
getPointer
in class Pointer
@ByRef public PyVarObject ob_base()
public PyByteArrayObject ob_base(PyVarObject setter)
public PyByteArrayObject ob_alloc(long setter)
@Cast(value="char*") public BytePointer ob_bytes()
public PyByteArrayObject ob_bytes(BytePointer setter)
@Cast(value="char*") public BytePointer ob_start()
public PyByteArrayObject ob_start(BytePointer setter)
public PyByteArrayObject ob_exports(long setter)
Copyright © 2023. All rights reserved.