-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you please add support to decompress to ZipOutputStream ? #15
Comments
hi, yes it can be done and does make sense as the output files sometimes are huge. Feel free to suggest a change :) i see it can be done in TerseDecompresser |
I have submitted a pull request to output via GZIPOutputStream is the filename is specified with ".gz" |
Created code that uses GZIPOutputStream |
I rebased my code by merging into it the changes made in 5.0.1. |
sorry for a delay, added comments to PR, as well changed the target branch to be release branch. |
It would be great if we had option to output a compressed zip file instead of a huge SMF file.
Then people that process the data using Java can read using ZipInputStream
The text was updated successfully, but these errors were encountered: