

'DeclarationPublic Class BZip2File Inherits Xceed.FileSystem.AbstractFileMetadataWrapper
'UsageDim instance As BZip2File
public class BZip2File : Xceed.FileSystem.AbstractFileMetadataWrapper
System.Object
System.MarshalByRefObject
Xceed.FileSystem.FileSystemItem
Xceed.FileSystem.AbstractFile
Xceed.FileSystem.AbstractFileMetadataWrapper
Xceed.BZip2.BZip2File
| Name | Description | |
|---|---|---|
![]() | BZip2File Constructor | Overloaded. Specialization of the Xceed.FileSystem.AbstractFile class that implements access to a file compressed with the BZip2 compression algorithm and format.. |
| Name | Description | |
|---|---|---|
![]() | DefaultCompressionLevel |
| Name | Description | |
|---|---|---|
![]() | HostFileInternal | (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CompressionLevel | |
![]() | CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | 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 Xceed.FileSystem.FileSystemItem) |
![]() | HostFile | Gets an Xceed.FileSystem.AbstractFile containing an archived version of this Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Size | Gets the size of the file in bytes. (Inherited from Xceed.FileSystem.AbstractFile) |
| Name | Description | |
|---|---|---|
![]() | BatchUpdateable | Gets the Xceed.FileSystem.IBatchUpdateable implementation for this item, or null (Nothing in Visual Basic) if this item does not support this interface. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoAttributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoCreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoExists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoFullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoHasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoHasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoHasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoLastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoLastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoName | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoRootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | DoSize | Gets the size of the file in bytes. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from Xceed.FileSystem.FileSystemItem) |
| Name | Description | |
|---|---|---|
![]() | ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CopyTo | Overloaded. Copies the file's data to another file. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateWrite | Overloaded. Creates a file and opens it for writing. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoCopyToComplete | (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | DoCopyToLoop | (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | DoCopyToSetup | (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IsSameAs | Gets a boolean value indicating if the source and target items represent the same physical entity. (Inherited from Xceed.FileSystem.AbstractFileMetadataWrapper) |
![]() | MoveTo | Overloaded. Moves the contents of the Xceed.FileSystem.AbstractFile object to the target Xceed.FileSystem.AbstractFile object. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | OpenRead | Overloaded. Opens the file for reading. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | OpenWrite | Overloaded. Opens the file for writing. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | SetName | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
| Name | Description | |
|---|---|---|
![]() | Should | Overloaded. A FileSystemItem extension method that implements the FluentAssertions Should() concept for the given instance. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Standard: netstandard2.0, netstandard2.1
.NET Framework: net20, net35, net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.