mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-11 03:27:11 +00:00
13 lines
162 B
C#
13 lines
162 B
C#
|
|
namespace SharpCompress.Common
|
|
{
|
|
public enum ArchiveType
|
|
{
|
|
Rar,
|
|
Zip,
|
|
Tar,
|
|
SevenZip,
|
|
GZip,
|
|
}
|
|
}
|