/AndroidP7zip

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

Primary LanguageC++Apache License 2.0Apache-2.0

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