ZipEntry.CompressedSize Property

Gets/Sets the size of the compressed data.

[Visual Basic]
Public Property CompressedSize As Long
[C#]
public long CompressedSize {get; set;}

Exceptions

Exception TypeCondition
System.ArgumentOutOfRangeException if csize is not in 0..0xffffffffL

See Also

ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace