Closed filipnavara closed 3 years ago
Suppose that SliceStream has zero length. At the creation Position will have value 0 and. The check in Seek method would prevent reassigning the 0 to Position property which should be perfectly valid.
Position
0
Seek
Suppose that SliceStream has zero length. At the creation
Position
will have value0
and. The check inSeek
method would prevent reassigning the0
toPosition
property which should be perfectly valid.