Skip to content

libtruezip is an Android port of TrueZIP, a Java based virtual file system (VFS) which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments.

Notifications You must be signed in to change notification settings

jruesga/android_external_libtruezip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrueZip Android Library
================================
An Android port of the TrueZip library.

TrueZip 7
---------
TrueZIP is a Java based virtual file system (VFS) which enables client applications to
perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were
virtual directories, even with nested archive files in multithreaded environments.

Checkout latest sources at https://truezip.java.net/

This library is released under the [Eclipse Public License, Version 1.0]
(https://truezip.java.net/license.html) license.

Copyright © 2005-2013 Schlichtherle IT Services


BouncyCastle
------------
Bouncy Castle is a collection of APIs used in cryptography. It includes APIs
for both the Java and the C# programming languages.

Bouncy Castle is Australian in origin and therefore American restrictions
on the export of cryptographic software do not apply to it. The APIs are
supported by a registered Australian Charity: Legion of the Bouncy Castle.
The charity has experienced a surge in membership very recently, with many
denizens of Sydney in particular expressing their support for the purpose
of this association, and thereby automatically becoming eligible for
membership based on the charity's constitution.

Checkout latest sources at http://www.bouncycastle.org/java.html

This library is released under the [MIT license]
(http://www.bouncycastle.org/licence.html) license.

Copyright © 2000 - 2013 The Legion of the Bouncy Castle Inc


Commons Compress
----------------
The Apache Commons Compress library defines an API for working with ar, cpio,
Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy,
DEFLATE and Z files.

Checkout latest sources at http://commons.apache.org/proper/commons-compress/

This library is released under the [Apache 2.0]
http://www.apache.org/licenses/LICENSE-2.0.html) license.

Copyright © 2014 The Apache Software Foundation

About

libtruezip is an Android port of TrueZIP, a Java based virtual file system (VFS) which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages