@Properties(inherit=python.class) public class _PyUnicodeWriter extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_PyUnicodeWriter()
Default native constructor.
|
_PyUnicodeWriter(long size)
Native array allocator.
|
_PyUnicodeWriter(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
PyObject |
buffer() |
_PyUnicodeWriter |
buffer(PyObject setter) |
Pointer |
data() |
_PyUnicodeWriter |
data(Pointer setter) |
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, 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 _PyUnicodeWriter()
public _PyUnicodeWriter(long size)
Pointer.position(long)
.public _PyUnicodeWriter(Pointer p)
Pointer.Pointer(Pointer)
.public _PyUnicodeWriter position(long position)
public PyObject buffer()
public _PyUnicodeWriter buffer(PyObject setter)
public Pointer data()
public _PyUnicodeWriter data(Pointer setter)
public _PyUnicodeWriter kind(int setter)
public _PyUnicodeWriter maxchar(int setter)
public _PyUnicodeWriter size(long setter)
public _PyUnicodeWriter pos(long setter)
public _PyUnicodeWriter min_length(long setter)
public _PyUnicodeWriter min_char(int setter)
public _PyUnicodeWriter overallocate(byte setter)
public _PyUnicodeWriter readonly(byte setter)
Copyright © 2020. All rights reserved.