@Properties(inherit=python.class) public class _PyManagedBufferObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyManagedBufferObject()
Default native constructor.
|
_PyManagedBufferObject(long size)
Native array allocator.
|
_PyManagedBufferObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
exports() |
_PyManagedBufferObject |
exports(long setter) |
int |
flags() |
_PyManagedBufferObject |
flags(int setter) |
Py_buffer |
master() |
_PyManagedBufferObject |
master(Py_buffer setter) |
PyObject |
ob_base() |
_PyManagedBufferObject |
ob_base(PyObject setter) |
_PyManagedBufferObject |
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 _PyManagedBufferObject()
public _PyManagedBufferObject(long size)
Pointer.position(long)
.public _PyManagedBufferObject(Pointer p)
Pointer.Pointer(Pointer)
.public _PyManagedBufferObject position(long position)
public _PyManagedBufferObject ob_base(PyObject setter)
public int flags()
public _PyManagedBufferObject flags(int setter)
public _PyManagedBufferObject exports(long setter)
public _PyManagedBufferObject master(Py_buffer setter)
Copyright © 2020. All rights reserved.