plans to support ZipFile/JarFile?

Liam Miller-Cushon cushon at google.com
Tue Aug 8 19:16:23 UTC 2017


On Sun, Aug 6, 2017 at 10:50 PM, Jaroslav Tulach <jaroslav.tulach at oracle.com
> wrote:

> Hello Liam,
> I've been solving similar issue as well and at the end I decided to use
> FastJar code: https://github.com/jtulach/bck2brwsr/commit/
> d20ad8a4e4419273000d3b20dce04612c8e494fd - it is not generic ZIP
> implementation, but it works for files generated by Java's jar command.
>

On Mon, Aug 7, 2017 at 2:35 AM, Benoit Daloze <eregontp at gmail.com> wrote:

> Note that ZipInputStream/ZipOutputStream seem to work fine with
> native-image, which might be enough for your needs.
>

Thanks, something similar to FastJar should be fine for now. (I'd prefer an
implementation that assumes random access files and reads the central
directory, instead of ZipInputStream.)


More information about the graal-dev mailing list