Gets uncompressed file length.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll) Version: 1.0.3844.0

Syntax

C#
public abstract long Length { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Length As Long
Visual C++
public:
virtual property long long Length {
	long long get () abstract;
}

See Also