mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Archive interface] Add encoding field to Open().
This commit is contained in:
@@ -89,7 +89,7 @@ public interface IArchive
|
|||||||
|
|
||||||
/// <summary>Opens the specified stream with this archive instance</summary>
|
/// <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>
|
/// <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>
|
/// <summary>
|
||||||
/// Returns true if the archive has a file/stream/buffer currently opened and no
|
/// Returns true if the archive has a file/stream/buffer currently opened and no
|
||||||
|
|||||||
Reference in New Issue
Block a user