Position

OptimizedMemoryStream.Position property

在派生类中重写时,获取或设置当前流中的位置。

public override long Position { get; set; }

返回值

流中的当前位置。

也可以看看