mirror of
https://github.com/aaru-dps/Aaru.Checksums.git
synced 2025-12-16 19:24:29 +00:00
Create overload to check CD sector not caring for what fails.
This commit is contained in:
@@ -44,6 +44,8 @@ namespace Aaru.Checksums
|
||||
static byte[] eccBTable;
|
||||
static uint[] edcTable;
|
||||
|
||||
public static bool? CheckCdSector(byte[] buffer) => CheckCdSector(buffer, out _, out _, out _);
|
||||
|
||||
public static bool? CheckCdSector(byte[] buffer, out bool? correctEccP, out bool? correctEccQ,
|
||||
out bool? correctEdc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user