TarredFile Class
See Also  Members  
Xceed.Tar Assembly > Xceed.Tar Namespace : TarredFile Class


Specialization of the Xceed.FileSystem.AbstractFile class that implements access to a file stored within a TAR file.

Syntax

Visual Basic (Declaration) 
Public Class TarredFile 
   Inherits Xceed.FileSystem.AbstractFile
Visual Basic (Usage)Copy Code
Dim instance As TarredFile
C# 
public class TarredFile : Xceed.FileSystem.AbstractFile 

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.AbstractFile
            Xceed.Tar.TarredFile

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also