Size Property

SharpZip Compression Library

SharpZip Compression Library

TarHeader.Size Property

Get/set the entry's size.

public long Size {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Thrown when setting the size to less than zero.

See Also

TarHeader Class | ICSharpCode.SharpZipLib.Tar Namespace