Sets cursor position at specified position.
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public override long Seek(
long offset,
SeekOrigin loc
)
Parameters
- offset
- Type: SystemInt64
Offset from beginning of file - loc
- Type: System.IOSeekOrigin
Reference points for seeking in the stream
Return Value
Type:
Int64See Also