Seek Method (offset, origin)

DotNetZip

Ionic Zip Library v1.9.1.6 Seek Method (offset, origin)
ReferenceIonic.BZip2BZip2OutputStreamSeek(Int64, SeekOrigin)
Calling this method always throws a NotImplementedException.
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)
this is irrelevant, since it will always throw!
origin (SeekOrigin)
this is irrelevant, since it will always throw!
Return Value
irrelevant!

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