Skip to content

OwenTan/AndroidP7zip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.6%
  • C 10.2%
  • HTML 2.4%
  • Makefile 1.3%
  • CMake 0.9%
  • QMake 0.6%
  • Other 1.0%