CompressedSize Property

SharpZip Compression Library

SharpZip Compression Library

ZipEntry.CompressedSize Property

Gets/Sets the size of the compressed data.

public long CompressedSize {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Size is not in the range 0..0xffffffff

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace