File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ For the latest WIP build here: [Rolling Release](https://github.com/SabreTools/S
14
14
15
15
## Supported Compressions
16
16
17
- | Compression Name | Decompress | Compress |
18
- | --- | --- | --- |
19
- | Blast | Yes | No |
20
- | LZ (EXPAND / KWAJ / SZDD) | Yes | No |
21
- | LZX | No | No |
22
- | MSZIP | Yes | No |
23
- | Quantum | No | No |
17
+ | Compression Name | Decompress | Compress | Notes |
18
+ | --- | --- | --- | --- |
19
+ | Blast | Yes | No | |
20
+ | BZip2 | Yes | Yes | Sourced from DotNetZip |
21
+ | Deflate | Yes | Yes | Sourced from DotNetZip |
22
+ | LZ | Yes | No | KWAJ, QBasic 4.5, and SZDD variants; KWAJ incomplete |
23
+ | LZX | No | No | |
24
+ | MSZIP | Yes | No | |
25
+ | Quantum | Yes* | No | Partial implementation based on standalone archives |
24
26
25
27
** Note:** If something is marked with a ` * ` it means that it need testing.
26
28
You can’t perform that action at this time.
0 commit comments