static Pointer |
python._PyBytesWriter_Alloc(_PyBytesWriter writer,
long size) |
static void |
python._PyBytesWriter_Dealloc(_PyBytesWriter writer) |
static PyObject |
python._PyBytesWriter_Finish(_PyBytesWriter writer,
Pointer str) |
static void |
python._PyBytesWriter_Init(_PyBytesWriter writer) |
static Pointer |
python._PyBytesWriter_Prepare(_PyBytesWriter writer,
Pointer str,
long size) |
static Pointer |
python._PyBytesWriter_Resize(_PyBytesWriter writer,
Pointer str,
long size) |
static Pointer |
python._PyBytesWriter_WriteBytes(_PyBytesWriter writer,
Pointer str,
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 BytePointer |
python._PyLong_FormatBytesWriter(_PyBytesWriter writer,
BytePointer str,
PyObject obj,
int base,
int alternate) |