mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
CopyToStream needs some work
This commit is contained in:
@@ -121,7 +121,7 @@ namespace SabreTools.FileTypes
|
||||
public override abstract string? CopyToFile(string entryName, string outDir);
|
||||
|
||||
/// <inheritdoc/>
|
||||
public override abstract (MemoryStream?, string?) CopyToStream(string entryName);
|
||||
public override abstract (Stream?, string?) CopyToStream(string entryName);
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user