Seek Method (offset, origin)

DotNetZip

Ionic Zip Library v1.9.1.6 Seek Method (offset, origin)
ReferenceIonic.ZlibZlibStreamSeek(Int64, SeekOrigin)
Calling this method always throws a 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)
The offset to seek to.... IF THIS METHOD ACTUALLY DID ANYTHING.
origin (SeekOrigin)
The reference specifying how to apply the offset.... IF THIS METHOD ACTUALLY DID ANYTHING.
Return Value
nothing. This method always throws.

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