mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[IFilter] Add base implementations.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user