CopyToStream needs some work

This commit is contained in:
Matt Nadareski
2024-07-15 21:34:17 -04:00
parent a2e10f789b
commit e29610de4b
13 changed files with 35 additions and 32 deletions

View File

@@ -49,7 +49,7 @@ namespace SabreTools.FileTypes.Archives
}
/// <inheritdoc/>
public override (MemoryStream, string) CopyToStream(string entryName)
public override (Stream?, string?) CopyToStream(string entryName)
{
throw new NotImplementedException();
}