Seek Method (offset, origin)

DotNetZip

Ionic Zip Library v1.9.1.6 Seek Method (offset, origin)
ReferenceIonic.CrcCrcCalculatorStreamSeek(Int64, SeekOrigin)
Seeking is not supported on this stream. This method always throws NotSupportedException
Declaration Syntax
C# Visual Basic Visual C++
public override long Seek(
	long offset,
	SeekOrigin origin
)
Public Overrides Function Seek ( _
	offset As Long, _
	origin As SeekOrigin _
) As Long
public:
virtual long long Seek(
	long long offset, 
	SeekOrigin origin
) override
Parameters
offset (Int64)
N/A
origin (SeekOrigin)
N/A
Return Value
N/A

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)