[ 
https://issues.apache.org/jira/browse/COMPRESS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651609#comment-13651609
 ] 

Stefan Bodewig commented on COMPRESS-111:
-----------------------------------------

We've decided to use the "store in memory" approach in the pack200 case which 
has the same problem.  As an alternative there is a temp-file solution - write 
the stream to disk and re-read it from there.  This can be used for big inputs 
and is offered for pack200 as well.  We briefly discussed the thread model back 
then, it could probably be added as a third strategy.

We already depend on XZ for Java for the XZ streams, so any solution based on 
Lasse's code wouldn't require us to use any other external dependency which 
would be great.  Lasse responded to this issue about two years ago so he'll 
likely see our comments :-)
                
> support for lzma files
> ----------------------
>
>                 Key: COMPRESS-111
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-111
>             Project: Commons Compress
>          Issue Type: New Feature
>          Components: Compressors
>    Affects Versions: 1.0
>            Reporter: maurel jean francois
>         Attachments: compress-trunk-lzmaRev0.patch, 
> compress-trunk-lzmaRev1.patch
>
>
> adding support for compressing and decompressing of files with LZMA algoritm 
> (Lempel-Ziv-Markov chain-Algorithm)
> (see 
> http://markmail.org/search/?q=list%3Aorg.apache.commons.users/#query:list%3Aorg.apache.commons.users%2F+page:1+mid:syn4uuvbzusevtko+state:results)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to