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:
@@ -59,6 +59,7 @@ public sealed partial class CPM : IReadOnlyFilesystem
|
||||
List<string> _dirList;
|
||||
/// <summary>CP/M disc parameter block (on-memory)</summary>
|
||||
DiscParameterBlock _dpb;
|
||||
Encoding _encoding;
|
||||
/// <summary>Cached file data</summary>
|
||||
Dictionary<string, byte[]> _fileCache;
|
||||
/// <summary>The volume label, if the CP/M filesystem contains one</summary>
|
||||
@@ -81,8 +82,6 @@ public sealed partial class CPM : IReadOnlyFilesystem
|
||||
/// <summary>If <see cref="Identify" /> thinks this is a CP/M filesystem, this is the definition for it</summary>
|
||||
CpmDefinition _workingDefinition;
|
||||
|
||||
/// <inheritdoc />
|
||||
public Encoding Encoding { get; private set; }
|
||||
/// <inheritdoc />
|
||||
public FileSystem Metadata { get; private set; }
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user