Xceed .NET Libraries Documentation
TarArchive Class Members
Fields  Properties  Methods 


Xceed.Tar Assembly > Xceed.Tar Namespace : TarArchive Class

The following tables list the members exposed by TarArchive.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Protected Fields
 NameDescription
Protected FieldIdentifies if this folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder)
Top
Public Properties
 NameDescription
Public PropertyGets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem)
Public PropertyGets or sets the creation date and time of the item. (Inherited from TarredFolder)
Public Propertystatic (Shared in Visual Basic)Gets or sets the folder that will be used, by default, as the temporary folder.  
Public PropertyGets a boolean value indicating if the item physically exists. (Inherited from TarredFolder)
Public PropertyGets the full name of the item. (Inherited from TarredFolder)
Public PropertyGets or sets the group ID. (Inherited from TarredFolder)
Public PropertyGets or sets the group name. (Inherited from TarredFolder)
Public PropertyGets a boolean value indicating if the item supports attributes. (Inherited from TarredFolder)
Public PropertyGets a boolean value indicating if the item supports having a creation date and time. (Inherited from TarredFolder)
Public PropertyGets a boolean value indicating if the item supports having a last access date and time. (Inherited from TarredFolder)
Public PropertyGets a boolean value indicating if the item supports having a last write date and time. (Inherited from TarredFolder)
Public PropertyGets the type of header. (Inherited from TarredFolder)
Public PropertyGets a human-readable full pathname representing the fully qualified path of all host files containing the item and the path of the item itself. (Inherited from TarredFolder)
Public PropertyGets the actual TAR archive file containing this folder entry. (Inherited from TarredFolder)
Public Propertystatic (Shared in Visual Basic)Indicates whether ending headers should be ignored.  
Public PropertyGets a value indicating if the folder is a root folder. (Inherited from TarredFolder)
Public PropertyGets or sets the last access date and time of the item. (Inherited from TarredFolder)
Public PropertyGets or sets the modification date and time of the item. (Inherited from TarredFolder)
Public PropertyGets or sets the filename, without path, of the item. (Inherited from TarredFolder)
Public PropertyGets a reference to the parent folder of this item. (Inherited from TarredFolder)
Public PropertyGets a value indicating the number of pending actions on the archive.  
Public PropertyGets or sets the permissions of the item. (Inherited from TarredFolder)
Public PropertyGets a reference to the root folder of this item. (Inherited from TarredFolder)
Public PropertyGets or sets the folder where the temporary tar file will be created.  
Public PropertyGets or sets the user ID. (Inherited from TarredFolder)
Public PropertyGets or sets the user name. (Inherited from TarredFolder)
Top
Protected Properties
 NameDescription
Protected PropertyOverridden. Actual implementation of Xceed.FileSystemItem.BatchUpdateable.  
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoAttributes. (Inherited from Xceed.Tar.TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoCreationDateTime. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoExists. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoFullName. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoHasAttributes. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoHasCreationDateTime. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoHasLastAccessDateTime. (Inherited from TarredFolder)
Protected PropertyGets a boolean value indicating if the item supports having a last write date and time. (Inherited from TarredFolder)
Protected PropertyGets a boolean value indicating if the folder is a root folder. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoLastAccessDateTime. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoLastWriteDateTime. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.Name. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoParentFolder. (Inherited from TarredFolder)
Protected PropertyActual implementation of Xceed.FileSystem.FileSystemItem.DoRootFolder. (Inherited from TarredFolder)
Protected PropertyGets the characters that are invalid in file and folder names. (Inherited from TarredFolder)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem)
Public MethodOverloaded. Prevents a TarArchive object from modifying its underlying physical store until the EndUpdate method is called.  
Public Methodstatic (Shared in Visual Basic)Clears the cached internal data structures associated with each TarArchive that has been accessed by the component.  
Public MethodOverloaded. Copies the folder's content to another folder. (Inherited from TarredFolder)
Public MethodOverloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from TarredFolder)
Public MethodOverloaded. Copies the item to another folder. (Inherited from TarredFolder)
Public MethodOverloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from TarredFolder)
Public MethodOverloaded. Creates a new file in the folder. (Inherited from TarredFolder)
Public MethodOverloaded. Creates a new folder in the folder. (Inherited from TarredFolder)
Public Method (Inherited from TarredFolder)
Public MethodCreates the temporary file. (Inherited from TarredFolder)
Public MethodOverloaded. Permanently deletes the physical item. (Inherited from TarredFolder)
Public MethodOverloaded. Informs a TarArchive object to apply to its underlying physical store all the modifications that have been made since the call to BeginUpdate  
Public MethodOverloaded. Returns an Xceed.FileSystem.AbstractFile object that represents a file contained in the folder. (Inherited from TarredFolder)
Public MethodOverloaded. Returns a filtered list of files contained in the folder. (Inherited from TarredFolder)
Public MethodOverloaded. Returns an Xceed.FileSystem.AbstractFolder object that represents a folder contained in the folder. (Inherited from TarredFolder)
Public MethodOverloaded. Returns a filtered list of folders contained in the folder. (Inherited from TarredFolder)
Public MethodOverloaded. Returns a list of items contained in the folder. (Inherited from TarredFolder)
Public Method (Inherited from TarredFolder)
Public Method (Inherited from TarredFolder)
Public Method (Inherited from TarredFolder)
Public MethodGets a boolean value indicating if the source and target items represent the same physical entity. (Inherited from TarredFolder)
Public MethodOverloaded. Moves the folder's content to another folder. (Inherited from TarredFolder)
Public MethodOverloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from TarredFolder)
Public MethodOverloaded. Moves the item to another folder. (Inherited from TarredFolder)
Public MethodOverloaded. Re-reads the information from the physical item. (Inherited from TarredFolder)
Public Method (Inherited from TarredFolder)
Public MethodReturns the full name of the item. (Inherited from TarredFolder)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from Xceed.FileSystem.FileSystemItem)
Protected MethodHandles the special cases in regards to building the list of items to process when creating a Xceed.FileSystem.FileSystemItem object. (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected MethodOverloaded.  (Inherited from TarredFolder)
Protected MethodCopies the folder to another folder. (Inherited from TarredFolder)
Protected MethodActual implementation of Xceed.FileSystem.FileSystemItem.DoCreate. (Inherited from TarredFolder)
Protected MethodActual implementation of Xceed.FileSystem.FileSystemItem.DoDelete. (Inherited from TarredFolder)
Protected MethodActual implementation of Xceed.FileSystem.AbstractFolder.DoGetChildItems for immediate children only. (Inherited from TarredFolder)
Protected MethodActual implementation of Xceed.FileSystem.AbstractFolder.GetFile, for a file without any path. (Inherited from TarredFolder)
Protected MethodRetrieves an array of Xceed.FileSystem.AbstractFile objects. (Inherited from TarredFolder)
Protected MethodActual implementation of Xceed.FileSystem.AbstractFolder.GetFolder. (Inherited from TarredFolder)
Protected MethodRetrieves an array of Xceed.FileSystem.AbstractFolder objects. (Inherited from TarredFolder)
Protected MethodRetrieves an array of Xceed.FileSystem.FileSystemItem objects. (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected MethodActual implementation of Xceed.FileSystem.FileSystemItem.DoRefresh. (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected MethodEnsures that the System.DateTime value is valid. (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected MethodCopies the item pair's current Xceed.FileSystem.FileSystemItem to its target Xceed.FileSystem.FileSystemItem. (Inherited from TarredFolder)
Protected MethodCreates each item in the Xceed.FileSystem.FileSystemEventsSession object's list. (Inherited from TarredFolder)
Protected MethodCreates the item pair's current Xceed.FileSystem.FileSystemItem. (Inherited from TarredFolder)
Protected MethodDeletes each item in the Xceed.FileSystem.FileSystemEventsSession object's list. (Inherited from TarredFolder)
Protected MethodDeletes the item pair's current Xceed.FileSystem.FileSystemItem. (Inherited from TarredFolder)
Protected MethodMoves each item in the Xceed.FileSystem.FileSystemEventsSession object's list to each item's destination. (Inherited from TarredFolder)
Protected MethodMoves the item pair's current Xceed.FileSystem.FileSystemItem to its target Xceed.FileSystem.FileSystemItem. (Inherited from TarredFolder)
Protected MethodOverloaded.  (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected MethodCalled when a client explicitly calls Create. (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Protected Method (Inherited from TarredFolder)
Top
See Also

Reference

TarArchive Class
Xceed.Tar Namespace