A lot of random changes to try and speed up SharpCompress.
This commit is contained in:
parent
d73bd22db2
commit
d724a8f178
10 changed files with 137 additions and 33 deletions
12
API/Archive/ArchiveLibrary.cs
Normal file
12
API/Archive/ArchiveLibrary.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
namespace API.Archive
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents which library should handle opening this library
|
||||
/// </summary>
|
||||
public enum ArchiveLibrary
|
||||
{
|
||||
NotSupported = 0,
|
||||
SharpCompress = 1,
|
||||
Default = 2
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue