mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Sync Compress and RVIO with latest from RVWorld
This commit is contained in:
@@ -30,9 +30,19 @@ namespace Compress
|
||||
ZipErrorRollBackFile,
|
||||
ZipTryingToAccessADirectory,
|
||||
ZipErrorWritingToOutputStream,
|
||||
ZipTrrntzipIncorrectCompressionUsed,
|
||||
ZipTrrntzipIncorrectFileOrder,
|
||||
ZipTrrntzipIncorrectDirectoryAddedToZip,
|
||||
ZipTrrntZipIncorrectDataStream,
|
||||
ZipUntested
|
||||
|
||||
}
|
||||
public enum OutputZipType
|
||||
{
|
||||
None,
|
||||
TrrntZip,
|
||||
rvZip
|
||||
}
|
||||
|
||||
public enum ZipOpenType
|
||||
{
|
||||
@@ -46,8 +56,8 @@ namespace Compress
|
||||
public enum ZipStatus
|
||||
{
|
||||
None = 0x0,
|
||||
TrrntZip = 0x1,
|
||||
TrrntZip = 0x1, // for Zip this is a Trrntzip , for 7zip this is an rv7Zip
|
||||
ExtraData = 0x2,
|
||||
Trrnt7Zip = 0x4
|
||||
Trrnt7Zip = 0x4 // used by 7zip for a t7z
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user