[]
        
(Showing Draft Content)

C1.Util.DX.DataStream.Seek

Seek Method

Seek(long, SeekOrigin)

Sets the position within the current stream.

Declaration
public override long Seek(long offset, SeekOrigin origin)
Parameters
Type Name Description
long offset
SeekOrigin origin
Returns
Type Description
long
Overrides
Exceptions
Type Condition
InvalidOperationException

Attempted to seek outside of the bounds of the stream.