Position Property

DotNetZip

Ionic Zip Library v1.9.1.6 Position Property
ReferenceIonic.CrcCrcCalculatorStreamPosition
The getter for this property returns the total bytes read. If you use the setter, it will throw NotSupportedException.
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;
}

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