Position Property

DotNetZip

Ionic Zip Library v1.9.1.6 Position Property
ReferenceIonic.BZip2BZip2OutputStreamPosition
The position of the stream pointer.
Declaration Syntax
C# Visual Basic Visual C++
public override long Position { get; set; }
Public Overrides Property Position As Long
	Get
	Set
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}
Remarks
Setting this property always throws a NotImplementedException. Reading will return the total number of uncompressed bytes written through.

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