Returns the current position in the stream, which is the position from
where the next byte of data would be read. The first byte in the stream
is in position 0.
Declaration
public virtual int Pos { get; }
Public Overridable ReadOnly Property Pos As Integer