Added missing structures and corrected both-endian fields for ISO9660.

This commit is contained in:
2017-10-08 21:49:04 +01:00
parent 9a178d1456
commit 830f78120d
4 changed files with 162 additions and 5 deletions

View File

@@ -38,6 +38,9 @@ namespace DiscImageChef.Filesystems.ISO9660
// This is coded following ECMA-119.
// TODO: Differentiate ISO Level 1, 2, 3 and ISO 9660:1999
// TODO: Apple extensiones, requires XA or advance RR interpretation.
// TODO: Check ECMA-167
// TODO: Check ECMA-168
// TODO: HighSierra
public partial class ISO9660 : Filesystem
{
public ISO9660()