@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 |
---|---|
PyVarObject |
ob_base() |
PyBytesObject |
ob_base(PyVarObject setter) |
long |
ob_shash() |
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, 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 PyBytesObject()
public PyBytesObject(long size)
Pointer.position(long)
.public PyBytesObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyBytesObject position(long position)
@ByRef public PyVarObject ob_base()
public PyBytesObject ob_base(PyVarObject setter)
public PyBytesObject ob_shash(long setter)
public PyBytesObject ob_sval(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer ob_sval()
Copyright © 2020. All rights reserved.