GzipArchive.UncompressedSize

GzipArchive.UncompressedSize property

Gets size of an original file.

public ulong UncompressedSize { get; }

Remarks

During decompression, this property may contain incorrect size. If the uncompressed file size exceeds 4GB, this property will give a wrong value due to the 32-bit limit in header.

See Also