Click or drag to resize

TarArchive Class

Inheritance Hierarchy
SystemObject
  ICSharpCode.SharpZipLib.TarTarArchive

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

The TarArchive type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodClose
Public methodCloseArchive Obsolete.
Public methodStatic memberCreateInputTarArchive(Stream)
Public methodStatic memberCreateInputTarArchive(Stream, Int32)
Public methodStatic memberCreateOutputTarArchive(Stream)
Public methodStatic memberCreateOutputTarArchive(Stream, Int32)
Public methodDispose
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtractContents
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodListContents
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnProgressMessageEvent
Public methodSetAsciiTranslation Obsolete.
Public methodSetKeepOldFiles
Public methodSetUserInfo
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteEntry
Top
Events
  NameDescription
Public eventProgressMessageEvent
Top
See Also