[]
        
(Showing Draft Content)

C1.Util.DX.Storage.ComStreamProxy.Seek

Seek Method

Seek(long, SeekOrigin)

Changes the seek pointer to a new location relative to the beginning of the stream, to the end of the stream, or to the current seek pointer.

Declaration
public long Seek(long offset, SeekOrigin origin)
Parameters
Type Name Description
long offset
SeekOrigin origin
Returns
Type Description
long
Implements