Re: [julia-users] Re: LZMA decompression with Julia

2016-09-18 Thread Yichao Yu
On Sun, Sep 18, 2016 at 9:50 AM, Femto Trader  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.

>
> Le samedi 17 septembre 2016 18:54:48 UTC+2, Femto Trader a écrit :
>>
>> Thanks I will have a look
>>
>> Le samedi 17 septembre 2016 16:18:34 UTC+2, Tony Kelman a écrit :
>>>
>>> Your best bet is probably https://github.com/yuyichao/LibArchive.jl
>>>
>>>
>>> On Saturday, September 17, 2016 at 7:14:56 AM UTC-7, Femto Trader wrote:

 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


[julia-users] Re: LZMA decompression with Julia

2016-09-18 Thread Femto Trader
I'm still blocked
https://github.com/yuyichao/LibArchive.jl/issues/2
Any help is welcome.

Le samedi 17 septembre 2016 18:54:48 UTC+2, Femto Trader a écrit :
>
> Thanks I will have a look
>
> Le samedi 17 septembre 2016 16:18:34 UTC+2, Tony Kelman a écrit :
>>
>> Your best bet is probably https://github.com/yuyichao/LibArchive.jl
>>
>>
>> On Saturday, September 17, 2016 at 7:14:56 AM UTC-7, Femto Trader wrote:
>>>
>>> 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
>>>
>>

[julia-users] Re: LZMA decompression with Julia

2016-09-17 Thread Femto Trader
Thanks I will have a look

Le samedi 17 septembre 2016 16:18:34 UTC+2, Tony Kelman a écrit :
>
> Your best bet is probably https://github.com/yuyichao/LibArchive.jl
>
>
> On Saturday, September 17, 2016 at 7:14:56 AM UTC-7, Femto Trader wrote:
>>
>> 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
>>
>

[julia-users] Re: LZMA decompression with Julia

2016-09-17 Thread Tony Kelman
Your best bet is probably https://github.com/yuyichao/LibArchive.jl


On Saturday, September 17, 2016 at 7:14:56 AM UTC-7, Femto Trader wrote:
>
> 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
>