LZMA decompression with Julia

226 views
Skip to first unread message

Femto Trader

unread,
Sep 17, 2016, 10:14:56 AM9/17/16
to julia-users
Hello,

I'd like to read a LZMA compressed file with Julia.
I haven't found such a library.
Maybe I missed it ?

Any help is welcome.

Kind regards

Tony Kelman

unread,
Sep 17, 2016, 10:18:34 AM9/17/16
to julia-users

Femto Trader

unread,
Sep 17, 2016, 12:54:48 PM9/17/16
to julia-users
Thanks I will have a look

Femto Trader

unread,
Sep 18, 2016, 9:50:37 AM9/18/16
to julia-users
I'm still blocked
Any help is welcome.

Yichao Yu

unread,
Sep 18, 2016, 9:57:58 AM9/18/16
to Julia Users
On Sun, Sep 18, 2016 at 9:50 AM, Femto Trader <femto....@gmail.com> wrote:
> I'm still blocked
> https://github.com/yuyichao/LibArchive.jl/issues/2
> Any help is welcome.
>

As I said, you shouldn't require a IOStream, it basically means that
you can't support anything other than a raw file (which would have
been find if that's the only thing you want to support).

You should accept any objects that you can read from (or at least any
IO's). The LibArchive io interface is as close as possible to the
IOStream interface as I can make it so you should just use it directly
instead of trying to make it an IOStream, which is impossible.
Reply all
Reply to author
Forward
0 new messages