[ZipFileEntry] Get slightly modified version of LocalFile into the project, based on the work in RomVault at https://github.com/gjefferyes/RomVault/blob/master/ROMVault2/SupportedFiles/Zip/zipFile.cs

This commit is contained in:
Matt Nadareski
2016-09-15 13:32:59 -07:00
parent 29b1330d97
commit eb9e61d918
7 changed files with 1078 additions and 628 deletions

View File

@@ -1,4 +1,4 @@
using CRC32;
using OCRC;
using SharpCompress.Archive;
using SharpCompress.Archive.SevenZip;
using SharpCompress.Common;