ExtraData Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipEntry.ExtraData Property

Gets/Sets the extra data.

public byte[] ExtraData {get; set;}

Exceptions

Exception Type Condition
ArgumentOutOfRangeException Extra data is longer than 64KB (0xffff) bytes.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace