Click or drag to resize

ZipExtraData Class

Inheritance Hierarchy
SystemObject
  ICSharpCode.SharpZipLib.ZipZipExtraData

Namespace:  ICSharpCode.SharpZipLib.Zip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class ZipExtraData : IDisposable

The ZipExtraData type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAddData(Byte)
Public methodAddData(Byte)
Public methodAddEntry(ITaggedData)
Public methodAddEntry(Int32, Byte)
Public methodAddLeInt
Public methodAddLeLong
Public methodAddLeShort
Public methodAddNewEntry
Public methodClear
Public methodDelete
Public methodDispose
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFind
Public methodGetEntryData
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetStreamForTag
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReadByte
Public methodReadInt
Public methodReadLong
Public methodReadShort
Public methodSkip
Public methodStartNewEntry
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also