Refactor and code cleanup.

This commit is contained in:
2016-07-28 22:25:26 +01:00
parent c93d469da9
commit a63ba13b6b
199 changed files with 3614 additions and 3744 deletions

View File

@@ -40,9 +40,9 @@ namespace DiscImageChef.ImagePlugins
{
public bool imageHasPartitions;
public bool imageHasSessions;
public UInt64 imageSize;
public UInt64 sectors;
public UInt32 sectorSize;
public ulong imageSize;
public ulong sectors;
public uint sectorSize;
public List<MediaTagType> readableMediaTags;
public List<SectorTagType> readableSectorTags;
public string imageVersion;