[Archive interface] Add encoding field to Open().

This commit is contained in:
2023-10-07 17:09:54 +01:00
parent 109d36561f
commit c53c27fb94

View File

@@ -89,7 +89,7 @@ public interface IArchive
/// <summary>Opens the specified stream with this archive instance</summary>
/// <param name="filter">Filter that contains the archive. This allows use to handle .tar.gz and similars.</param>
ErrorNumber Open(IFilter filter);
ErrorNumber Open(IFilter filter, Encoding encoding);
/// <summary>
/// Returns true if the archive has a file/stream/buffer currently opened and no