Name | Description | |
---|---|---|
GZipArchive Constructor | Overloaded. |
The following tables list the members exposed by GZipArchive.
Name | Description | |
---|---|---|
GZipArchive Constructor | Overloaded. |
Name | Description | |
---|---|---|
m_isRoot | Identifies if this folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
Name | Description | |
---|---|---|
AllowMultipleFiles | Gets or sets a boolean value indicating whether multiple files are allowed in GZip archives. | |
Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from GZippedFolder) | |
DefaultTempFolder | Gets or sets the folder that will be used, by default, as the temporary folder. | |
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from GZippedFolder) | |
FullName | Gets the full name of the item. (Inherited from GZippedFolder) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from GZippedFolder) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from GZippedFolder) | |
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from GZippedFolder) | |
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from GZippedFolder) | |
HostedFullName | Gets 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 GZippedFolder) | |
HostFile | Gets the actual GZip archive file this GZippedFolder exposes files from. (Inherited from GZippedFolder) | |
IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from GZippedFolder) | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from GZippedFolder) | |
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from GZippedFolder) | |
Name | Gets or sets the filename, without path, of the item. (Inherited from GZippedFolder) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from GZippedFolder) | |
PendingActionCount | Gets a value indicating the number of pending actions on the archive. | |
RootFolder | Gets a reference to the root folder of this item. (Inherited from GZippedFolder) | |
TempFolder | Gets or sets the folder where the temporary gzip file will be created. |
Name | Description | |
---|---|---|
ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
BeginUpdate | Overloaded. Prevents a GZipArchive object from modifying its underlying physical store until the EndUpdate method is called. | |
CopyFilesTo | Overloaded. Extracts all the archive's files to a destination file. | |
CopyItemsTo | Overloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from GZippedFolder) | |
CopyTo | Overloaded. Copies the item to another folder. (Inherited from GZippedFolder) | |
Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from GZippedFolder) | |
CreateFile | Overloaded. Creates a new file in the folder. (Inherited from GZippedFolder) | |
CreateFolder | Overloaded. Creates a new folder in the folder. (Inherited from GZippedFolder) | |
CreateObjRef | (Inherited from GZippedFolder) | |
CreateTempFile | Creates the temporary file. (Inherited from GZippedFolder) | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from GZippedFolder) | |
EndUpdate | Overloaded. Informs a GZipArchive object to apply to its underlying physical store all the modifications that have been made since the call to BeginUpdate | |
GetFile | Overloaded. Returns an Xceed.FileSystem.AbstractFile object that represents a file contained in the folder. (Inherited from GZippedFolder) | |
GetFiles | Overloaded. Returns a filtered list of files contained in the folder. (Inherited from GZippedFolder) | |
GetFolder | Overloaded. Returns an Xceed.FileSystem.AbstractFolder object that represents a folder contained in the folder. (Inherited from GZippedFolder) | |
GetFolders | Overloaded. Returns a filtered list of folders contained in the folder. (Inherited from GZippedFolder) | |
GetItems | Overloaded. Returns a list of items contained in the folder. (Inherited from GZippedFolder) | |
GetLifetimeService | (Inherited from GZippedFolder) | |
GetMetadata | (Inherited from GZippedFolder) | |
InitializeLifetimeService | (Inherited from GZippedFolder) | |
IsSameAs | Gets a boolean value indicating if the source and target items represent the same physical entity. (Inherited from GZippedFolder) | |
MoveFilesTo | Overloaded. Moves the folder's content to another folder. (Inherited from GZippedFolder) | |
MoveItemsTo | Overloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from GZippedFolder) | |
MoveTo | Overloaded. Moves the item to another folder. (Inherited from GZippedFolder) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from GZippedFolder) | |
SetName | (Inherited from GZippedFolder) | |
ToString | Returns the full name of the item. (Inherited from GZippedFolder) |
Name | Description | |
---|---|---|
ApplyPropertiesToCore | (Inherited from Xceed.FileSystem.FileSystemItem) | |
BuildList | Builds a list of Xceed.FileSystem.FileSystemItem objects to process. (Inherited from GZippedFolder) | |
BuildListForCreate | Handles the special cases in regards to building the list of items to process when creating a Xceed.FileSystem.FileSystemItem object. (Inherited from GZippedFolder) | |
CreateFileMultiThreadItem | (Inherited from GZippedFolder) | |
CreateFolderMultiThreadItem | (Inherited from GZippedFolder) | |
CreateSession | Overloaded. (Inherited from GZippedFolder) | |
DoApplyPropertiesFrom | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from GZippedFolder) | |
DoApplyPropertiesTo | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from GZippedFolder) | |
DoCopyTo | Copies the folder to another folder. (Inherited from GZippedFolder) | |
DoCreate | Actual implementation of Xceed.FileSystem.FileSystemItem.Create. (Inherited from GZippedFolder) | |
DoDelete | Actual implementation of Xceed.FileSystem.FileSystemItem.Delete. (Inherited from GZippedFolder) | |
DoGetChildItems | Actual implementation of Xceed.FileSystem.AbstractFolder.GetItems for immediate children only. (Inherited from GZippedFolder) | |
DoGetFile | Actual implementation of Xceed.FileSystem.AbstractFolder.GetFile for a file without any path. (Inherited from GZippedFolder) | |
DoGetFiles | Retrieves an array of Xceed.FileSystem.AbstractFile objects. (Inherited from GZippedFolder) | |
DoGetFolder | Actual implementation of Xceed.FileSystem.AbstractFolder.GetFolder. (Inherited from GZippedFolder) | |
DoGetFolders | Actual implementation of Xceed.FileSystem.AbstractFolder.GetFolders. (Inherited from GZippedFolder) | |
DoGetItems | Retrieves an array of Xceed.FileSystem.FileSystemItem objects. (Inherited from GZippedFolder) | |
DoGetMetadata | (Inherited from GZippedFolder) | |
DoMoveTo | (Inherited from GZippedFolder) | |
DoRefresh | Actual implementation of Refresh. (Inherited from GZippedFolder) | |
DoSetMetadata | (Inherited from GZippedFolder) | |
EnsureDateIsValid | Ensures that the System.DateTime value is valid. (Inherited from GZippedFolder) | |
IsPathRooted | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from GZippedFolder) | |
IsPublicException | (Inherited from GZippedFolder) | |
ListCopyTo | Copies each item in the Xceed.FileSystem.FileSystemEventsSession object's list to each item's destination. (Inherited from GZippedFolder) | |
ListCopyToCore | Copies the item pair's current Xceed.FileSystem.FileSystemItem to its target Xceed.FileSystem.FileSystemItem. (Inherited from GZippedFolder) | |
ListCreate | Creates each item in the Xceed.FileSystem.FileSystemEventsSession object's list. (Inherited from GZippedFolder) | |
ListCreateCore | Creates the item pair's current Xceed.FileSystem.FileSystemItem. (Inherited from GZippedFolder) | |
ListDelete | Deletes each item in the Xceed.FileSystem.FileSystemEventsSession object's list. (Inherited from GZippedFolder) | |
ListDeleteCore | Deletes the item pair's current Xceed.FileSystem.FileSystemItem. (Inherited from GZippedFolder) | |
ListMoveTo | Moves each item in the Xceed.FileSystem.FileSystemEventsSession object's list to each item's destination. (Inherited from GZippedFolder) | |
ListMoveToCore | Moves the item pair's current Xceed.FileSystem.FileSystemItem to its target Xceed.FileSystem.FileSystemItem. (Inherited from GZippedFolder) | |
MemberwiseClone | Overloaded. (Inherited from GZippedFolder) | |
NeedsApplyPropertiesTo | (Inherited from GZippedFolder) | |
OnCreated | Called when a client explicitly calls Create. (Inherited from GZippedFolder) | |
OnSessionCreated | (Inherited from GZippedFolder) | |
OnSessionCreatedDestination | (Inherited from GZippedFolder) |