mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 21:22:22 +00:00
7 lines
131 B
C#
7 lines
131 B
C#
namespace SharpCompress.Common.Options;
|
|
|
|
public interface IEncodingOptions
|
|
{
|
|
IArchiveEncoding ArchiveEncoding { get; init; }
|
|
}
|