Skip to content

Commit b2fe81d

Browse files
committed
README resync
1 parent cdaf7a0 commit b2fe81d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.MD

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ For the latest WIP build here: [Rolling Release](https://github.com/SabreTools/S
1414

1515
## Supported Compressions
1616

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 |
2426

2527
**Note:** If something is marked with a `*` it means that it need testing.
2628

0 commit comments

Comments
 (0)