Xceed .NET Libraries Documentation
Xceed.Tar Namespace
Inheritance Hierarchy
Xceed.Tar Assembly : Xceed.Tar Namespace
The Xceed.Tar namespace defines classes for handling files and folders within Tar archives. (Full read/write USTAR compatibility. Read compatibility with GNU Tar archives whose entries do not use header extensions.)
Classes
 ClassDescription
ClassException that is thrown when the internal structure of a tar file is invalid.
ClassClass which is used to register the classes located in the Xceed.Tar namespace.
ClassExposes static methods that allow basic Tar archive operations.
ClassException that is thrown when an error occurs in a method of the QuickTar class.
ClassSpecialization of the TarredFolder class that represents the root folder in a tar file, i.e., the tar file itself.
ClassClass that dispatches events associated with TAR operations.
ClassClass that holds information a bout the TAR session, which is responsible for raising all events that occur during the process.
ClassException that is thrown when an error occurs in the TARFileSystem namespace.
ClassSpecialization of the Xceed.FileSystem.AbstractFile class that implements access to a file stored within a TAR file.
ClassSpecialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder stored within a TAR file.
Delegates
 DelegateDescription
DelegateDelegate for ByteProgression notification.
DelegateDelegate for ItemProgression notification.
DelegateRepresents the method that will handle the ReadingTarItemProgression event.
Enumerations
 EnumerationDescription
EnumerationDefines the standard types of items that can be found in a Tar archive.
EnumerationValue (bit flags) representing the permissions of the item.
See Also

Reference

Xceed.Tar Assembly