filebrowser/backend/vendor/github.com/xi2/xz
Graham Steffaniak b928e6557c updated with a few changes
- git directory structure changed (no more src folder)
 - search now works with filesize larger/smaller than x MB
 - search currently allows for only one search request at a time
   - cancels older requests by having them immediately return null
2023-07-21 17:41:24 -05:00
..
AUTHORS updated with a few changes 2023-07-21 17:41:24 -05:00
LICENSE updated with a few changes 2023-07-21 17:41:24 -05:00
README.md updated with a few changes 2023-07-21 17:41:24 -05:00
dec_bcj.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_delta.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_lzma2.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_stream.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_util.go updated with a few changes 2023-07-21 17:41:24 -05:00
dec_xz.go updated with a few changes 2023-07-21 17:41:24 -05:00
doc.go updated with a few changes 2023-07-21 17:41:24 -05:00
reader.go updated with a few changes 2023-07-21 17:41:24 -05:00

README.md

Xz

Package xz implements XZ decompression natively in Go.

Documentation at https://godoc.org/github.com/xi2/xz.

Download and install with go get github.com/xi2/xz.

If you need compression as well as decompression, you might want to look at https://github.com/ulikunitz/xz.