https://bz.apache.org/bugzilla/show_bug.cgi?id=59841

--- Comment #11 from Javen O'Neal <[email protected]> ---
(In reply to Andreas Beeker from comment #8)
> - the extraction should be on a file and not a stream

And another requirement, since there usually tends to be a trade off between
memory consumption and execution speed:
If using a file is slower, we must keep the stream variant so users  can choose
based on what best meets their needs. Having a method that operates on an
OutputStream and letting the user pass in a the implementation: BAOS or a FOS,
and an InputStream with the choice of implementation including BAOS, FIS,
ZipInputStream, EncryptedZipInputStream, EncryptedZipFileInputStream, etc).

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to