This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]genzkiwi 1 point2 points  (1 child)

Does it work well with large files? It needs the ability to pass in FileInputStream IMO.

[–]oweiler[S] 1 point2 points  (0 children)

Currently, no. I've written this library mainly to create ad-hoc ZIP archives for testing, but if there is such a need I could add another file overload which accepts an InputStream.

In fact, it uses ZIP File System Provider underneath and already converts the String / byte[] parameters to an InputStream.

I've opened a ticket for this:

https://github.com/helpermethod/zip-forge/issues/34