mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
Rewording and minor fixes
+1
-1
@@ -1,6 +1,6 @@
|
||||
# msgpack::unpacker
|
||||
|
||||
msgpack::unpacker unpacks msgpack::object from a buffer contains [msgpack format](https://github.com/msgpack/msgpack/blob/master/spec.md#formats) data. msgpack provides the two unpack functionalities. One is used when a client controls a buffer, the other is used when a client don't want to control a buffer. Any approach uses msgpack::object_handle to access unpacked data.
|
||||
msgpack::unpacker unpacks msgpack::object from a buffer contains [msgpack format](https://github.com/msgpack/msgpack/blob/master/spec.md#formats) data. msgpack provides two unpack functionalities. One is used when a client controls a buffer, the other is used when a client don't want to control a buffer. Both of these approaches use msgpack::object_handle to access unpacked data.
|
||||
|
||||
## Accessing unpacked data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user