Gets the length of the compressed stream if it is known (or -1 if the length of the compressed stream is unknown).

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public override long Length { get; }
Visual Basic
Public Overrides ReadOnly Property Length As Long
	Get

See Also