[IFilter] Add base implementations.

This commit is contained in:
2023-10-06 13:29:44 +01:00
parent 87bdd2f55f
commit 7b97b9aee8
3 changed files with 1 additions and 13 deletions

View File

@@ -45,15 +45,9 @@ public partial class Symbian
{
#region IArchive Members
/// <inheritdoc />
public ErrorNumber Open(string path) => throw new NotImplementedException();
/// <inheritdoc />
public ErrorNumber Open(Stream stream) => throw new NotImplementedException();
/// <inheritdoc />
public ErrorNumber Open(byte[] buffer) => throw new NotImplementedException();
/// <inheritdoc />
public bool IsOpened() => throw new NotImplementedException();