BytesWrittenOut Property

DotNetZip

Ionic Zip Library v1.9.1.6 BytesWrittenOut Property
ReferenceIonic.BZip2ParallelBZip2OutputStreamBytesWrittenOut
The total number of bytes written out by the stream.
Declaration Syntax
C# Visual Basic Visual C++
public long BytesWrittenOut { get; }
Public ReadOnly Property BytesWrittenOut As Long
	Get
public:
property long long BytesWrittenOut {
	long long get ();
}
Remarks
This value is meaningful only after a call to Close().

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