chaxiu / AndroidP7zip

An Android compress and extract library support popular compression format such as rar, zip, tar, lzma. based on p7zip.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidP7zip

  • An Android compress and extract library support popular archive format such as rar, zip, tar, lzma.

  • based on p7zip: http://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

  1. You can download all the demo source code and compile it.
  2. if you don't want to compile the cpp code, just use the library.

####Demo screenshoot #####1.Compress demo image #####2.Extract demo image

####simple code:

  • It's now just one single function to call:
    public static native int executeCommand(String command);

###More information

###About me

###Contact to me

About

An Android compress and extract library support popular compression format such as rar, zip, tar, lzma. based on p7zip.

License:Apache License 2.0


Languages

Language:C++ 83.8%Language:C 9.9%Language:HTML 2.4%Language:Makefile 1.3%Language:CMake 0.9%Language:QMake 0.6%Language:Java 0.6%Language:Lua 0.2%Language:CSS 0.2%Language:Shell 0.0%Language:Objective-C 0.0%