Binary package “libandroid-zipflinger-java” in ubuntu oracular

Library dedicated to ZIP files manipulation

 It can create an archive from scratch but also add/remove
 entries without decompressing/compressing the whole archive.
 The goal of the library is to work as fast as possible (its
 original purpose is to enable fast Android APK deployment).
 The two main features allowing high-speed are Zipflinger's
 ability to edit the CD of an archive and its usage of
 zero-copy transfer when moving entries across archives.