Move image and sector verification methods to new interfaces.

This commit is contained in:
2019-01-20 22:24:15 +00:00
parent 640c57b87a
commit 6b1aeb6cbb
96 changed files with 1756 additions and 1602 deletions

View File

@@ -40,7 +40,7 @@ namespace DiscImageChef.DiscImages
{
// Support separate data files? Never seen a DiscJuggler image using them anyways...
// TODO: Too many unknowns to make this writable
public partial class DiscJuggler : IMediaImage
public partial class DiscJuggler : IOpticalMediaImage
{
byte[] cdtext;
ImageInfo imageInfo;