Added debug printing of ExtentsFiles.

This commit is contained in:
2016-07-27 03:03:08 +01:00
parent 95a7bc96a0
commit 3c8f20a5c0
3 changed files with 65 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ namespace DiscImageChef.Filesystems.LisaFS
Dictionary<Int16, byte[]> fileCache;
Dictionary<Int16, List<CatalogEntry>> catalogCache;
Dictionary<Int16, Int32> fileSizeCache;
List<Int16> printedExtents;
#endregion Caches
public LisaFS()