Xceed .NET Libraries Documentation
TarArchive Class
Members 


Xceed.Tar Assembly > Xceed.Tar Namespace : TarArchive Class
Specialization of the TarredFolder class that represents the root folder in a tar file, i.e., the tar file itself.
Syntax
'Declaration
 
Public Class TarArchive 
   Inherits TarredFolder
   Implements Xceed.FileSystem.IBatchUpdateable 
'Usage
 
Dim instance As TarArchive
public class TarArchive : TarredFolder, Xceed.FileSystem.IBatchUpdateable  
Remarks
This implementation of Tar is fully read/write compatible with the USTAR format. It is read compatible with GNU Tar archives whose entries do not use the header extensions of this format.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      Xceed.FileSystem.FileSystemItem
         Xceed.FileSystem.AbstractFolder
            Xceed.Tar.TarredFolder
               Xceed.Tar.TarArchive

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TarArchive Members
Xceed.Tar Namespace