mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Make Encoding a private field only for IReadOnlyFilesystem implementors.
This commit is contained in:
@@ -45,8 +45,6 @@ namespace Aaru.CommonTypes.Interfaces;
|
|||||||
/// <summary>Interface to implement filesystem plugins.</summary>
|
/// <summary>Interface to implement filesystem plugins.</summary>
|
||||||
public interface IFilesystem
|
public interface IFilesystem
|
||||||
{
|
{
|
||||||
/// <summary>Defines the encoding used to interpret strings in the filesystem</summary>
|
|
||||||
Encoding Encoding { get; }
|
|
||||||
/// <summary>Plugin name (translatable).</summary>
|
/// <summary>Plugin name (translatable).</summary>
|
||||||
string Name { get; }
|
string Name { get; }
|
||||||
/// <summary>Plugin UUID.</summary>
|
/// <summary>Plugin UUID.</summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user