Cleanup and tests fixup
This commit is contained in:
parent
154b30c3fd
commit
6ebf5d6254
6 changed files with 88 additions and 188 deletions
|
@ -1,4 +1,5 @@
|
|||
using API.Archive;
|
||||
using System.IO.Compression;
|
||||
using API.Archive;
|
||||
|
||||
namespace API.Interfaces.Services
|
||||
{
|
||||
|
@ -9,6 +10,7 @@ namespace API.Interfaces.Services
|
|||
byte[] GetCoverImage(string filepath, bool createThumbnail = false);
|
||||
bool IsValidArchive(string archivePath);
|
||||
string GetSummaryInfo(string archivePath);
|
||||
ArchiveMetadata GetArchiveData(string archivePath, bool createThumbnail);
|
||||
ArchiveLibrary CanOpen(string archivePath);
|
||||
bool ArchiveNeedsFlattening(ZipArchive archive);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue