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:
@@ -39,15 +39,9 @@ public partial class Symbian
|
||||
{
|
||||
#region IArchive Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Identify(string path) => throw new NotImplementedException();
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Identify(Stream stream) => throw new NotImplementedException();
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Identify(byte[] buffer) => throw new NotImplementedException();
|
||||
|
||||
#endregion
|
||||
|
||||
/*
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Submodule Aaru.CommonTypes updated: 42a4538e06...1d1613a4e3
Reference in New Issue
Block a user