UnpackingUnpackDictionaryCount Method (Stream) |
Namespace: MsgPack
Exception | Condition |
---|---|
ArgumentNullException | source is null. |
ArgumentException | The CanRead of source is false. |
UnpackException | source is not valid MessagePack stream. Note that the state of source will be unpredictable espicially it is not seekable. |
MessageTypeException | The unpacked result in the source is not compatible to nullable Int64. Note that the state of source will be unpredictable espicially it is not seekable. |
The processed bytes count can be calculated via Position of source when the CanSeek is true.
When the type of packed value is not known, use UnpackObject(Stream) instead.