mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ZipFile, ZipFileEntry, FileTools] Move more things around
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user