mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor.
This commit is contained in:
@@ -44,9 +44,7 @@ namespace Aaru.Filesystems
|
||||
{
|
||||
// Information from Practical Filesystem Design, ISBN 1-55860-497-9
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Implements detection of the Be (new) filesystem
|
||||
/// </summary>
|
||||
/// <summary>Implements detection of the Be (new) filesystem</summary>
|
||||
[SuppressMessage("ReSharper", "UnusedMember.Local")]
|
||||
public sealed class BeFS : IFilesystem
|
||||
{
|
||||
@@ -67,13 +65,13 @@ namespace Aaru.Filesystems
|
||||
/// <inheritdoc />
|
||||
public FileSystemType XmlFsType { get; private set; }
|
||||
/// <inheritdoc />
|
||||
public Encoding Encoding { get; private set; }
|
||||
public Encoding Encoding { get; private set; }
|
||||
/// <inheritdoc />
|
||||
public string Name => "Be Filesystem";
|
||||
public string Name => "Be Filesystem";
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new Guid("dc8572b3-b6ad-46e4-8de9-cbe123ff6672");
|
||||
public Guid Id => new Guid("dc8572b3-b6ad-46e4-8de9-cbe123ff6672");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
public string Author => "Natalia Portillo";
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool Identify(IMediaImage imagePlugin, Partition partition)
|
||||
|
||||
Reference in New Issue
Block a user