Click or drag to resize
UnpackerRead Method
Reads next Message Pack entry.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool Read()

Return Value

Type: Boolean
true, if position is sucessfully move to next entry; false, if position reaches the tail of the Message Pack stream.
Exceptions
ExceptionCondition
InvalidOperationException This instance is in 'subtree' mode.
InvalidMessagePackStreamException The underying stream unexpectedly ended.
See Also