Rewording and minor fixes

Ashish Billore
2020-10-06 11:25:58 +09:00
parent 19b07c705d
commit 80fbade76b
+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