mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
At present, Unpacker buffers reading from the stream, meaning the stream can no longer be read directly. Unpacker.read_bytes(n) provides access to the underlying data, allowing content of known size to be read without unpacking. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _msgpack.pyx | ||
| _version.py | ||
| pack.h | ||
| pack_define.h | ||
| pack_template.h | ||
| sysdep.h | ||
| unpack.h | ||
| unpack_define.h | ||
| unpack_template.h | ||