@Properties(inherit=python.class) public class PyUnicodeObject extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PyUnicodeObject()
Default native constructor.
|
PyUnicodeObject(long size)
Native array allocator.
|
PyUnicodeObject(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyCompactUnicodeObject |
_base() |
PyUnicodeObject |
_base(PyCompactUnicodeObject setter) |
Pointer |
data_any() |
PyUnicodeObject |
data_any(Pointer setter) |
BytePointer |
data_latin1() |
PyUnicodeObject |
data_latin1(BytePointer setter) |
ShortPointer |
data_ucs2() |
PyUnicodeObject |
data_ucs2(ShortPointer setter) |
IntPointer |
data_ucs4() |
PyUnicodeObject |
data_ucs4(IntPointer setter) |
PyUnicodeObject |
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 PyUnicodeObject()
public PyUnicodeObject(long size)
Pointer.position(long)
.public PyUnicodeObject(Pointer p)
Pointer.Pointer(Pointer)
.public PyUnicodeObject position(long position)
@ByRef public PyCompactUnicodeObject _base()
public PyUnicodeObject _base(PyCompactUnicodeObject setter)
public PyUnicodeObject data_any(Pointer setter)
@Name(value="data.latin1") @Cast(value="Py_UCS1*") public BytePointer data_latin1()
public PyUnicodeObject data_latin1(BytePointer setter)
@Name(value="data.ucs2") @Cast(value="Py_UCS2*") public ShortPointer data_ucs2()
public PyUnicodeObject data_ucs2(ShortPointer setter)
@Name(value="data.ucs4") @Cast(value="Py_UCS4*") public IntPointer data_ucs4()
public PyUnicodeObject data_ucs4(IntPointer setter)
Copyright © 2020. All rights reserved.