Re: [compress] writing compressed 7z archives

2013-10-11 Thread Stefan Bodewig
On 2013-10-11, Stefan Bodewig wrote: > Unfortunately LZMA2OutputStream is not public in XZ for Java But LZMA2Options#getOutputStream is - looks as if there was a way. Stefan - To unsubscribe, e-mail: dev-unsubscr...@commons.apa

[compress] writing compressed 7z archives

2013-10-11 Thread Stefan Bodewig
Hi all, I've made some progress: On 2013-10-11, wrote: > Author: bodewig > Date: Fri Oct 11 09:13:42 2013 > New Revision: 1531235 > URL: http://svn.apache.org/r1531235 > Log: > add bzip2/deflate compression support when writing 7z archives Unfortunately LZMA2OutputStream is not public in XZ f