Xceed .NET Libraries Documentation
Xceed.Tar Assembly / Xceed.Tar Namespace / TarredFolder Class
Members


In This Topic
    TarredFolder Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder stored within a TAR file.
    Syntax
    'Declaration
     
    Public Class TarredFolder 
       Inherits Xceed.FileSystem.AbstractFolder
    'Usage
     
    Dim instance As TarredFolder
    public class TarredFolder : Xceed.FileSystem.AbstractFolder 
    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