You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2023/03/17 18:41:00 UTC

[jira] [Commented] (COMPRESS-601) Unpacking 7zip archives on Android

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

Gary D. Gregory commented on COMPRESS-601:
------------------------------------------

The best way forward here is for you to post a PR on GitHub with a failing unit test. This will allow us to reproduce your exact use-case in the simplest manner.

> Unpacking 7zip archives on Android
> ----------------------------------
>
>                 Key: COMPRESS-601
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-601
>             Project: Commons Compress
>          Issue Type: Improvement
>          Components: Compressors
>    Affects Versions: 1.21
>            Reporter: Vladimir Ignjatijevic
>            Priority: Minor
>
> Having some troubles unpacking a 7zip archive on Android using:
>  * org.apache.commons:commons-compress:1.21
>  * org.tukaani:xz:1.9
> First I've tried with this archive:
> [https://kohina.duckdns.org/HVSC/HVSC_75-all-of-them.7z]
> I'm getting following exception:
> java.io.IOException: Unsupported compression method [3, 4, 1]
> From the creators of this archive I've found out that all files in this archive are compressed with BCJ2 LZMA except for some of them which are PPMd.
> I was suggested to try this one which has only BCJ2 LZMA:
> [https://kohina.duckdns.org/HVSC/HVSC_74-all-of-them.7z]
> There I get the following exception:
> java.io.IOException: Multi input/output stream coders are not yet supported
>  
> Am I doing something wrong or these methods are still not supported by SevenZip?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)