More cleanup
This commit is contained in:
parent
6ebf5d6254
commit
70cc163cb0
3 changed files with 6 additions and 14 deletions
|
@ -7,7 +7,7 @@ namespace API.Interfaces.Services
|
|||
{
|
||||
void ExtractArchive(string archivePath, string extractPath);
|
||||
int GetNumberOfPagesFromArchive(string archivePath);
|
||||
byte[] GetCoverImage(string filepath, bool createThumbnail = false);
|
||||
byte[] GetCoverImage(string archivePath, bool createThumbnail = false);
|
||||
bool IsValidArchive(string archivePath);
|
||||
string GetSummaryInfo(string archivePath);
|
||||
ArchiveLibrary CanOpen(string archivePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue