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
|
@ -1,4 +1,6 @@
|
|||
namespace API.Interfaces.Services
|
||||
using API.Archive;
|
||||
|
||||
namespace API.Interfaces.Services
|
||||
{
|
||||
public interface IArchiveService
|
||||
{
|
||||
|
@ -7,5 +9,6 @@
|
|||
byte[] GetCoverImage(string filepath, bool createThumbnail = false);
|
||||
bool IsValidArchive(string archivePath);
|
||||
string GetSummaryInfo(string archivePath);
|
||||
ArchiveMetadata GetArchiveData(string archivePath, bool createThumbnail);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue