mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Enums] Add file output format (not to be confused with former DAT output format)
This commit is contained in:
@@ -62,6 +62,24 @@
|
|||||||
Type17 = 17,
|
Type17 = 17,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Output format for rebuilt files
|
||||||
|
/// </summary>
|
||||||
|
public enum OutputFormat
|
||||||
|
{
|
||||||
|
// Currently implemented
|
||||||
|
Folder = 0,
|
||||||
|
TorrentZip = 1,
|
||||||
|
TorrentGzip = 2,
|
||||||
|
|
||||||
|
// Currently unimplemented
|
||||||
|
Torrent7Zip = 3,
|
||||||
|
TorrentRar = 4,
|
||||||
|
TapeArchive = 5,
|
||||||
|
TorrentXZ = 6,
|
||||||
|
TorrentLrzip = 7,
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Zip open type
|
/// Zip open type
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user