[Symbian Installation File] Implement GetEntryNumber().

This commit is contained in:
2023-10-07 17:56:58 +01:00
parent 7a2272f819
commit 199114e946
2 changed files with 18 additions and 5 deletions

View File

@@ -45,9 +45,6 @@ public sealed partial class Symbian
{
#region IArchive Members
/// <inheritdoc />
public int GetEntryNumber(string fileName, bool caseInsensitiveMatch) => throw new NotImplementedException();
/// <inheritdoc />
public long GetCompressedSize(int entryNumber) => throw new NotImplementedException();