mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-16 07:23:45 +02:00
cpp: updates README.md
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user