[Symbian Installation File] Implement GetXattr().

This commit is contained in:
2023-10-07 18:09:28 +01:00
parent a29934114c
commit e1f16e7b2c
2 changed files with 21 additions and 5 deletions

View File

@@ -33,7 +33,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Interfaces;
namespace Aaru.Archives;
@@ -44,10 +43,6 @@ public sealed partial class Symbian
{
#region IArchive Members
/// <inheritdoc />
public ErrorNumber GetXattr(int entryNumber, string xattr, out byte[] buffer) =>
throw new NotImplementedException();
/// <inheritdoc />
public FileSystemInfo Stat(int entryNumber) => throw new NotImplementedException();