TotalBytesSlurped Property

DotNetZip

Ionic Zip Library v1.9.1.6 TotalBytesSlurped Property
ReferenceIonic.CrcCrcCalculatorStreamTotalBytesSlurped
Gets the total number of bytes run through the CRC32 calculator.
Declaration Syntax
C# Visual Basic Visual C++
public long TotalBytesSlurped { get; }
Public ReadOnly Property TotalBytesSlurped As Long
	Get
public:
property long long TotalBytesSlurped {
	long long get ();
}
Remarks
This is either the total number of bytes read, or the total number of bytes written, depending on the direction of this stream.

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