mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update Compress library from RVWorld latest
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using System.IO;
|
||||
using System;
|
||||
using System.IO;
|
||||
using Compress.Utils;
|
||||
|
||||
namespace Compress
|
||||
{
|
||||
@@ -11,6 +13,8 @@ namespace Compress
|
||||
ulong UncompressedSize(int i);
|
||||
byte[] CRC32(int i);
|
||||
|
||||
long LastModified(int i);
|
||||
|
||||
bool IsDirectory(int i);
|
||||
|
||||
ZipOpenType ZipOpen { get; }
|
||||
@@ -21,7 +25,7 @@ namespace Compress
|
||||
void ZipFileClose();
|
||||
|
||||
ZipReturn ZipFileOpenReadStream(int index, out Stream stream, out ulong streamSize);
|
||||
ZipReturn ZipFileOpenWriteStream(bool raw, bool trrntzip, string filename, ulong uncompressedSize, ushort compressionMethod, uint? datetime, out Stream stream);
|
||||
ZipReturn ZipFileOpenWriteStream(bool raw, bool trrntzip, string filename, ulong uncompressedSize, ushort compressionMethod, out Stream stream, TimeStamps dateTime = null);
|
||||
ZipReturn ZipFileCloseReadStream();
|
||||
|
||||
|
||||
@@ -37,4 +41,4 @@ namespace Compress
|
||||
void ZipFileCloseFailed();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user