CompressionFileType Class |
Namespace: GroupDocs.Conversion.FileTypes
The CompressionFileType type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompressionFileType |
Serialization constructor
|
Name | Description | |
---|---|---|
![]() | Description |
File type description
(Inherited from FileType.) |
![]() | Extension |
The file extension
(Inherited from FileType.) |
![]() | Family |
The file family
(Inherited from FileType.) |
![]() | FileFormat |
The file format
(Inherited from FileType.) |
Name | Description | |
---|---|---|
![]() | CompareTo |
Compares current object to other.
(Inherited from Enumeration.) |
![]() | Equals(Object) |
Determines whether two object instances are equal.
(Inherited from Enumeration.) |
![]() | Equals(Enumeration) |
Determines whether two object instances are equal.
(Inherited from Enumeration.) |
![]() | GetHashCode |
Serves as the default hash function.
(Inherited from Enumeration.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
String representation
(Inherited from FileType.) |
Name | Description | |
---|---|---|
![]() ![]() | Bz2 |
BZ2 are compressed files generated using the BZIP2 open source compression method, mostly on UNIX or Linux system. It is used for compression of a single file and is not meant for archiving of multiple files.
Learn more about this file format here.
|
![]() ![]() | Gz |
A GZ file is a compressed archive that is created using the standard gzip (GNU zip) compression algorithm. It may contain multiple compressed files, directories and file stubs.
Learn more about this file format here.
|
![]() ![]() | Gzip |
A Gzip file is a compressed archive that is created using the standard gzip (GNU zip) compression algorithm. It may contain multiple compressed files, directories and file stubs.
Learn more about this file format here.
|
![]() ![]() | Rar |
Files with .rar extension are archive files that are created for storing information in compressed or normal form. RAR, which stands for Roshal ARchive file format.
Learn more about this file format here.
|
![]() ![]() | SevenZ |
7z is an archiving format for compressing files and folders with a high compression ratio. It is based on Open Source architecture which makes it possible to use any compression and encryption algorithms.
Learn more about this file format here.
|
![]() ![]() | Tar |
Files with .tar extension are archives created with Unix-based utility for collecting one or more files. Multiple files are stored in an uncompressed format with the support of adding files as well as folders to the archive.
Learn more about this file format here.
|
![]() ![]() | Zip |
A file with .zip extension is an archive that can hold one or more files or directories. The archive can have compression applied to the included files in order to reduce the ZIP file size.
Learn more about this file format here.
|