mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move image and sector verification methods to new interfaces.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
// Checked using several images and strings inside Apple's DiskImages.framework
|
||||
[SuppressMessage("ReSharper", "InconsistentNaming")]
|
||||
public partial class DiskCopy42 : IWritableImage
|
||||
public partial class DiskCopy42 : IWritableImage, IVerifiableImage
|
||||
{
|
||||
/// <summary>Bytes per tag, should be 12</summary>
|
||||
uint bptag;
|
||||
|
||||
Reference in New Issue
Block a user