| 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 | |
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.
System.Object
System.MarshalByRefObject
Xceed.FileSystem.FileSystemItem
Xceed.FileSystem.AbstractFile
Xceed.Tar.TarredFile
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
Copy Code