[STFS] Implement GetCompressedSize and GetUncompressedSize.

This commit is contained in:
2025-09-03 03:00:16 +01:00
parent d858e5944b
commit 6b0400a8d5
2 changed files with 27 additions and 5 deletions

View File

@@ -12,11 +12,6 @@ public sealed partial class Stfs
#region IArchive Members
/// <inheritdoc />
public ErrorNumber GetCompressedSize(int entryNumber, out long length) => throw new NotImplementedException();
/// <inheritdoc />
public ErrorNumber GetUncompressedSize(int entryNumber, out long length) => throw new NotImplementedException();
/// <inheritdoc />
public ErrorNumber GetAttributes(int entryNumber, out FileAttributes attributes) =>
throw new NotImplementedException();