[ALL] All work items as TODOs

This commit is contained in:
Matt Nadareski
2017-02-27 23:00:57 -08:00
parent d9711ab82c
commit 04f2a5f273
8 changed files with 38 additions and 6 deletions

View File

@@ -34,6 +34,9 @@ using SharpCompress.Writers;
namespace SabreTools.Helper.Tools
{
/*
* TODO: Full archive support for: 7-Zip, RAR, XZ, LRZip
*/
public static class ArchiveTools
{
private const int _bufferSize = 4096 * 128;