[ArchiveTools] Add notes

This commit is contained in:
Matt Nadareski
2017-03-05 21:47:09 -08:00
parent 663e8a777a
commit a6bdf469ed

View File

@@ -36,7 +36,11 @@ using SharpCompress.Writers;
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
{