ZipExtraData Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipExtraData Class

A class to handle the extra data field for Zip entries

For a list of all members of this type, see ZipExtraData Members.

System.Object    ICSharpCode.SharpZipLib.Zip.ZipExtraData

public sealed class ZipExtraData : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Extra data contains 0 or more values each prefixed by a header tag and length. They contain zero or more bytes of actual data. The data is held internally using a copy on write strategy. This is more efficient but means that for extra data created by passing in data can have the values modified by the caller in some circumstances.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ZipExtraData Members | ICSharpCode.SharpZipLib.Zip Namespace