mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
18 lines
368 B
C#
18 lines
368 B
C#
|
|
using Ionic.Zlib;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace SabreTools.Helper
|
|||
|
|
{
|
|||
|
|
/// <remarks>
|
|||
|
|
/// Based on work by GordonJ for RomVault
|
|||
|
|
/// https://github.com/gjefferyes/RomVault/blob/master/ROMVault2/SupportedFiles/Zip/zipFile.cs
|
|||
|
|
/// </remarks>
|
|||
|
|
public class ZipFIle
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|