@Properties(inherit=python.class) public class _PyUnicodeWriter extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
_PyUnicodeWriter()
Default native constructor.
|
_PyUnicodeWriter(long size)
Native array allocator.
|
_PyUnicodeWriter(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyObject |
buffer() |
_PyUnicodeWriter |
buffer(PyObject setter) |
org.bytedeco.javacpp.Pointer |
data() |
_PyUnicodeWriter |
data(org.bytedeco.javacpp.Pointer setter) |
_PyUnicodeWriter |
getPointer(long i) |
int |
kind() |
_PyUnicodeWriter |
kind(int setter) |
int |
maxchar() |
_PyUnicodeWriter |
maxchar(int setter) |
int |
min_char() |
_PyUnicodeWriter |
min_char(int setter) |
long |
min_length() |
_PyUnicodeWriter |
min_length(long setter) |
byte |
overallocate() |
_PyUnicodeWriter |
overallocate(byte setter) |
long |
pos() |
_PyUnicodeWriter |
pos(long setter) |
_PyUnicodeWriter |
position(long position) |
byte |
readonly() |
_PyUnicodeWriter |
readonly(byte setter) |
long |
size() |
_PyUnicodeWriter |
size(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, 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, zeropublic _PyUnicodeWriter()
public _PyUnicodeWriter(long size)
Pointer.position(long).public _PyUnicodeWriter(org.bytedeco.javacpp.Pointer p)
Pointer(Pointer).public _PyUnicodeWriter position(long position)
position in class org.bytedeco.javacpp.Pointerpublic _PyUnicodeWriter getPointer(long i)
getPointer in class org.bytedeco.javacpp.Pointerpublic PyObject buffer()
public _PyUnicodeWriter buffer(PyObject setter)
public org.bytedeco.javacpp.Pointer data()
public _PyUnicodeWriter data(org.bytedeco.javacpp.Pointer setter)
@Cast(value="PyUnicode_Kind") public int kind()
public _PyUnicodeWriter kind(int setter)
@Cast(value="Py_UCS4") public int maxchar()
public _PyUnicodeWriter maxchar(int setter)
@Cast(value="Py_ssize_t") public long size()
public _PyUnicodeWriter size(long setter)
@Cast(value="Py_ssize_t") public long pos()
public _PyUnicodeWriter pos(long setter)
@Cast(value="Py_ssize_t") public long min_length()
public _PyUnicodeWriter min_length(long setter)
@Cast(value="Py_UCS4") public int min_char()
public _PyUnicodeWriter min_char(int setter)
@Cast(value="unsigned char") public byte overallocate()
public _PyUnicodeWriter overallocate(byte setter)
@Cast(value="unsigned char") public byte readonly()
public _PyUnicodeWriter readonly(byte setter)
Copyright © 2023. All rights reserved.