7-Zip-JBinding-4Android icon indicating copy to clipboard operation
7-Zip-JBinding-4Android copied to clipboard

Android Java wrapper for 7z archiver engine

Results 14 7-Zip-JBinding-4Android issues
Sort by recently updated
recently updated
newest added

Hello, I use your library, the code compiles well, but the input and output are not clear. Can you help me? I really need your help. me use in code...

Decompressing large files such as 5.9GB, the decompression speed is gradually abnormally slow

i download you project as module of my app, but it is run error. here is my log: 2021-06-28 16:05:31.407 31522-31522/me.zhanghai.android.files A/i.android.file: java_vm_ext.cc:570] JNI DETECTED ERROR IN APPLICATION: JNI GetObjectClass...

When I extract Files. String path = (String) inArchive.getProperty(index,PropID.PATH) if return Chinese will garbled. How can I fix it? Looking forward to your reply. Thanks

i have compiled it but it seems i can't use it directly. where should i put the library name in?

Is there a way to use this library with an Outputstream obtained by SAF in android. For example to compress on an external memory card I cannot use: ````java raf...

When I try to create a 7z archive with: ````java outArchive7z = SevenZip.openOutArchive7z(); outArchive7z.setLevel(level); outArchive7z.createArchive(new RandomAccessFileOutStream(raf),// items.length/**/, new CallBack7z()); ```` I get an Exception when the compression level is greater...

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Vulnerability links: - [https://nvd.nist.gov/vuln/detail/CVE-2017-17969](https://nvd.nist.gov/vuln/detail/CVE-2017-17969) - [https://nvd.nist.gov/vuln/detail/CVE-2018-5996](https://nvd.nist.gov/vuln/detail/CVE-2018-5996) More details about [CVE-2017-17969](https://nvd.nist.gov/vuln/detail/CVE-2017-17969) impact can be found here — [https://landave.io/2018/01/7-zip-multiple-memory-corruptions-via-rar-and-zip/](https://landave.io/2018/01/7-zip-multiple-memory-corruptions-via-rar-and-zip/) **Required fix** Update P7Zip framework to 18.00 or above to resolve this vulnerability.