-
Compression types Pre-Release
released this
2020-12-09 01:45:58 -06:00 | 193 commits to main since this releaseI've done my best to implement all compression types.
- LZO is NOT supported right now. Looking at the couple of LZO libraries available for go, none seemed to fit well (from what I could see). I may try to get this implemented later on.
- All other compression types, without special options, should work fine.
- Compression options will be a bit hit or miss. Some (such as compression level) have no bearing on reading, while some (such as XZ filters) breaks reading completely.
- For right now, if I KNOW an option isn't supported, you'll get an error telling you so.
- If a compression option is set that I haven't tested, ErrOptions will be returned, ALONG WITH the reader.
Downloads