-
An Android compress and extract library support popular archive format such as rar, zip, tar, lzma.
-
based on p7zip: https://p7zip.sourceforge.net/
-
p7zip is a integrated open source C/C++ library, this project use jni call the library.
###Popular format support
Format | Compress | Extract |
---|---|---|
zip | √ | √ |
7z | √ | √ |
tar | √ | √ |
rar | √ | |
gzip | √ | |
cab | √ | |
iso | √ | |
wim | √ | |
chm | √ |
###Usage
- You can download all the demo source code and compile it.
- if you don't want to compile the cpp code, just use the library.
####Demo screenshoot #####1.Compress demo #####2.Extract demo
####simple code:
- It's now just one single function to call:
public static native int executeCommand(String command);
###More information
- More about it https://p7zip.sourceforge.net/
###About me
- ITeye blog: https://hzy3774.iteye.com/
- Baidu blog: https://hi.baidu.com/hzyws
- Sina weibo: https://weibo.com/hzy3774
###Contact to me
- QQ: 377406997
- Email: [email protected]