@Properties(inherit=python.class) public class PyBytesObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyBytesObject()
Default native constructor.
|
PyBytesObject(long size)
Native array allocator.
|
PyBytesObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyBytesObject |
getPointer(long i) |
PyVarObject |
ob_base() |
PyBytesObject |
ob_base(PyVarObject setter) |
long |
ob_shash()
Deprecated.
|
PyBytesObject |
ob_shash(long setter) |
BytePointer |
ob_sval() |
byte |
ob_sval(int i) |
PyBytesObject |
ob_sval(int i,
byte setter) |
PyBytesObject |
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 PyBytesObject()
public PyBytesObject(long size)
Pointer.position(long)
.public PyBytesObject(Pointer p)
Pointer(Pointer)
.public PyBytesObject position(long position)
public PyBytesObject getPointer(long i)
getPointer
in class Pointer
@ByRef public PyVarObject ob_base()
public PyBytesObject ob_base(PyVarObject setter)
@Cast(value="Py_hash_t") @Deprecated public long ob_shash()
public PyBytesObject ob_shash(long setter)
public PyBytesObject ob_sval(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer ob_sval()
Copyright © 2024. All rights reserved.