Add writing support to Apple Universal Disk Image Format.

This commit is contained in:
2018-01-17 23:36:49 +00:00
parent 4311ca59d3
commit 111f6e0dd1
2 changed files with 539 additions and 169 deletions

View File

@@ -788,6 +788,8 @@ namespace DiscImageChef.DiscImages
for(long i = 0; i < l1Table.LongLength; i++)
writingStream.Write(BigEndianBitConverter.GetBytes(l1Table[i]), 0, 8);
IsWriting = false;
ErrorMessage = "";
return true;
}