[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

@@ -26,7 +26,7 @@
using System;
using System.IO;
namespace CRC32
namespace OCRC
{
public class OptimizedCRC : IDisposable
{