| Package | Description |
|---|---|
| org.bytedeco.cpython | |
| org.bytedeco.cpython.global |
| Modifier and Type | Method and Description |
|---|---|
_PyBytesWriter |
_PyBytesWriter.allocated(long setter) |
_PyBytesWriter |
_PyBytesWriter.buffer(PyObject setter) |
_PyBytesWriter |
_PyBytesWriter.getPointer(long i) |
_PyBytesWriter |
_PyBytesWriter.min_size(long setter) |
_PyBytesWriter |
_PyBytesWriter.overallocate(int setter) |
_PyBytesWriter |
_PyBytesWriter.position(long position) |
_PyBytesWriter |
_PyBytesWriter.small_buffer(int i,
byte setter) |
_PyBytesWriter |
_PyBytesWriter.use_bytearray(int setter) |
_PyBytesWriter |
_PyBytesWriter.use_small_buffer(int setter) |
| Modifier and Type | Method and Description |
|---|---|
static org.bytedeco.javacpp.Pointer |
python._PyBytesWriter_Alloc(_PyBytesWriter writer,
long size) |
static void |
python._PyBytesWriter_Dealloc(_PyBytesWriter writer) |
static PyObject |
python._PyBytesWriter_Finish(_PyBytesWriter writer,
org.bytedeco.javacpp.Pointer str) |
static void |
python._PyBytesWriter_Init(_PyBytesWriter writer) |
static org.bytedeco.javacpp.Pointer |
python._PyBytesWriter_Prepare(_PyBytesWriter writer,
org.bytedeco.javacpp.Pointer str,
long size) |
static org.bytedeco.javacpp.Pointer |
python._PyBytesWriter_Resize(_PyBytesWriter writer,
org.bytedeco.javacpp.Pointer str,
long size) |
static org.bytedeco.javacpp.Pointer |
python._PyBytesWriter_WriteBytes(_PyBytesWriter writer,
org.bytedeco.javacpp.Pointer str,
org.bytedeco.javacpp.Pointer bytes,
long size) |
static byte[] |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
byte[] str,
PyObject obj,
int base,
int alternate) |
static ByteBuffer |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
ByteBuffer str,
PyObject obj,
int base,
int alternate) |
static org.bytedeco.javacpp.BytePointer |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
org.bytedeco.javacpp.BytePointer str,
PyObject obj,
int base,
int alternate) |
Copyright © 2023. All rights reserved.