Click or drag to resize
ZipFileStreamSeek Method
Sets cursor position at specified position.

Namespace: CMS.IO.Zip
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
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: Int64
See Also