mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ArchiveTools] Add notes
This commit is contained in:
@@ -36,7 +36,11 @@ using SharpCompress.Writers;
|
|||||||
namespace SabreTools.Helper.Tools
|
namespace SabreTools.Helper.Tools
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* TODO: Full archive support for: RAR, XZ, LRZip
|
* TODO: Full archive support for: RAR, LRZip, ZPAQ?, Zstd?, LZ4?
|
||||||
|
* LRZIP: https://github.com/ckolivas/lrzip
|
||||||
|
* ZPAQ: https://github.com/zpaq/zpaq
|
||||||
|
* Zstd: https://github.com/skbkontur/ZstdNet
|
||||||
|
* LZ4: https://github.com/lz4/lz4
|
||||||
*/
|
*/
|
||||||
public static class ArchiveTools
|
public static class ArchiveTools
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user