diff --git a/FORMATS.md b/FORMATS.md index 972c9c88..cca190ad 100644 --- a/FORMATS.md +++ b/FORMATS.md @@ -19,7 +19,6 @@ | Tar.XZ | LZMA2 | Decompress | TarArchive | TarReader | TarWriter (3) | | GZip (single file) | DEFLATE | Both | GZipArchive | GZipReader | GZipWriter | | 7Zip (4) | LZMA, LZMA2, BZip2, PPMd, BCJ, BCJ2, Deflate | Decompress | SevenZipArchive | N/A | N/A | -| LZip (single file) (5) | LZip (LZMA) | Both | LZipArchive | LZipReader | LZipWriter | 1. SOLID Rars are only supported in the RarReader API. 2. Zip format supports pkware and WinzipAES encryption. However, encrypted LZMA is not supported. Zip64 reading/writing is supported but only with seekable streams as the Zip spec doesn't support Zip64 data in post data descriptors. Deflate64 is only supported for reading.