[ZipFile, ZipFileEntry, FileTools] Move more things around

This commit is contained in:
Matt Nadareski
2016-09-15 16:20:00 -07:00
parent c4cad201c0
commit 9659b4de0e
3 changed files with 18 additions and 8 deletions

View File

@@ -1,12 +1,8 @@
using Ionic.Crc;
using Ionic.Zlib;
using OCRC;
using OCRC;
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SabreTools.Helper
{
@@ -52,6 +48,10 @@ namespace SabreTools.Helper
{
get { return _zipStatus; }
}
public List<ZipFileEntry> Entries
{
get { return _entries; }
}
public int EntriesCount
{
get { return _entries.Count; }