mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
java: fixes MessagePack.unpack method
This commit is contained in:
parent
59610e81de
commit
2af7df5865
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ public class MessagePack {
|
|||
}
|
||||
|
||||
|
||||
public static MessagePackObject unpack(byte[] buffer) throws IOException {
|
||||
public static MessagePackObject unpack(byte[] buffer) throws MessageTypeException {
|
||||
Unpacker pac = new Unpacker();
|
||||
pac.wrap(buffer);
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue