Gets/Sets the extra data.
[Visual Basic]
Public Property ExtraData As Byte()
[C#]
public byte[] ExtraData {get; set;}
Exceptions
Exception Type | Condition |
---|---|
System.ArgumentOutOfRangeException | if extra is longer than 0xffff bytes. |
See Also
ZipEntry Class | ZipEntry Members | ICSharpCode.SharpZipLib.Zip Namespace