mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
cpp: updates README.md
This commit is contained in:
parent
c44c9ab74d
commit
3c75361e5a
3 changed files with 31 additions and 38 deletions
|
|
@ -24,9 +24,7 @@ public class TestMessageUnpackable {
|
|||
Image dst = new Image();
|
||||
|
||||
ByteArrayInputStream in = new ByteArrayInputStream(out.toByteArray());
|
||||
Unpacker pac = new Unpacker(in);
|
||||
|
||||
dst.messageUnpack(pac);
|
||||
dst.messageUnpack(new Unpacker(in));
|
||||
|
||||
assertEquals(src, dst);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue