Click or drag to resize
PackerSeekTo Method
When overridden by derived class, change current position to specified offset.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected virtual void SeekTo(
	long offset
)

Parameters

offset
Type: SystemInt64
Offset. You shoud not specify the value which causes underflow or overflow.
Exceptions
ExceptionCondition
NotSupportedException A class of this instance does not support seek.
See Also