mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Images] Reformat and cleanup.
This commit is contained in:
@@ -37,12 +37,16 @@ namespace Aaru.DiscImages;
|
||||
|
||||
public sealed partial class DiscFerret
|
||||
{
|
||||
#region IVerifiableSectorsImage Members
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool? VerifySector(ulong sectorAddress) =>
|
||||
throw new NotImplementedException(Localization.Flux_decoding_is_not_yet_implemented);
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool? VerifySectors(ulong sectorAddress, uint length, out List<ulong> failingLbas,
|
||||
public bool? VerifySectors(ulong sectorAddress, uint length, out List<ulong> failingLbas,
|
||||
out List<ulong> unknownLbas) =>
|
||||
throw new NotImplementedException(Localization.Flux_decoding_is_not_yet_implemented);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user