@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 |
---|---|
long |
ob_alloc() |
PyByteArrayObject |
ob_alloc(long setter) |
PyVarObject |
ob_base() |
PyByteArrayObject |
ob_base(PyVarObject setter) |
BytePointer |
ob_bytes() |
PyByteArrayObject |
ob_bytes(BytePointer setter) |
int |
ob_exports() |
PyByteArrayObject |
ob_exports(int 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, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public PyByteArrayObject()
public PyByteArrayObject(long size)
Pointer.position(long)
.public PyByteArrayObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyByteArrayObject position(long position)
@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 int ob_exports()
public PyByteArrayObject ob_exports(int setter)
Copyright © 2020. All rights reserved.