File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,4 @@ decompression codecs:
19
19
- [ CodecZlib.jl] ( https://github.com/bicycle1885/CodecZlib.jl )
20
20
- [ CodecZstd.jl] ( https://github.com/bicycle1885/CodecZstd.jl )
21
21
- [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
22
+ - [ CodecXz.jl] ( https://github.com/bicycle1885/CodecXz.jl )
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ Codecs are defined in other packages listed below:
31
31
- [ CodecBzip2.jl] ( https://github.com/bicycle1885/CodecBzip2.jl )
32
32
- ` Bzip2Compression ` (` Bzip2CompressionStream ` )
33
33
- ` Bzip2Decompression ` (` Bzip2DecompressionStream ` )
34
+ - [ CodecXz.jl] ( https://github.com/bicycle1885/CodecXz.jl )
35
+ - ` XzCompression ` (` XzCompressionStream ` )
36
+ - ` XzDecompression ` (` XzDecompressionStream ` )
34
37
35
38
By convention, codec types have a name that matches ` .*(Co|Deco)mpression ` and
36
39
I/O types have a codec name with ` Stream ` suffix. An important thing is these
You can’t perform that action at this time.
0 commit comments