On 2013-05-12, Damjan Jovanovic wrote:
> On Sun, May 12, 2013 at 12:34 PM, Stefan Bodewig wrote:
>> I'm off to read the format spec so I can have a more detailed look.
> The 7zFormat.txt in 7z920.tar.bz2 is more up-to-date than the one in
> lzma920.tar.bz2, but neither is decipherable without r
2013/5/12 Damjan Jovanovic
> On Sun, May 12, 2013 at 12:34 PM, Stefan Bodewig
> wrote:
> > Hi
> >
> > I've rushed through Damjan's addition of (readonly) 7z and really like
> > it. It might need some more docs but it is a great start. There are
> > quite a few FIXMEs that we may want to addres
On Sun, May 12, 2013 at 4:27 PM, Damjan Jovanovic wrote:
> On Sun, May 12, 2013 at 12:34 PM, Stefan Bodewig wrote:
>> As for LZMA compression, the required code in XZ for Java's lzma
>> subpackage doesn't lend itself to streaming support but it may be
>> possible to leverage it anyway.
>
> I am l
On Sun, May 12, 2013 at 12:34 PM, Stefan Bodewig wrote:
> Hi
>
> I've rushed through Damjan's addition of (readonly) 7z and really like
> it. It might need some more docs but it is a great start. There are
> quite a few FIXMEs that we may want to address in one way or another.
Thank you :).
>
Hi
I've rushed through Damjan's addition of (readonly) 7z and really like
it. It might need some more docs but it is a great start. There are
quite a few FIXMEs that we may want to address in one way or another.
As for LZMA compression, the required code in XZ for Java's lzma
subpackage doesn't