Size Property

SharpZip Compression Library

SharpZip Compression Library

ZipEntry.Size Property

Gets/Sets the size of the uncompressed data.

public long Size {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException If the size is not in the range 0..0xffffffffL

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace