Hello,
If I'm not mistaken TrueZIP is only being used to implement the
org.apache.maven.index.util.zip interface in maven indexer core. This
functionality could also be achieved by using the ZipFile class
bundled in the standard java.util.zip package instead without much
trouble as the ZipFile int
Never mind the previous email. I just realized an implementation of
this already exists (JavaZipFileHandle class)
Regards,
Eugenio
On Sun, Oct 20, 2013 at 2:04 AM, Eugenio Cano-Manuel Mendoza
wrote:
> Hello,
>
> If I'm not mistaken TrueZIP is only being used to implement the
> org.apache.maven.i