Implement detection of ZOO archives.

This commit is contained in:
2025-08-23 05:04:55 +01:00
parent c7d461d59e
commit 9f927a8ed2
2 changed files with 57 additions and 3 deletions

View File

@@ -40,9 +40,6 @@ public sealed partial class Zoo
{
#region IArchive Members
/// <inheritdoc />
public bool Identify(IFilter filter) => throw new NotImplementedException();
/// <inheritdoc />
public ErrorNumber Open(IFilter filter, Encoding encoding) => throw new NotImplementedException();