Seek

IStreamWrapper.Seek method

设置当前流中的位置

public long Seek(long offset, SeekOrigin origin)
范围类型描述
offsetInt64字节偏移量相对于原始参数Int64
originSeekOrigin类型为SeekOrigin表示用于获取新位置的参考点

返回值

当前流中的新位置:::R5:T:System.Int64::

也可以看看