On 2010-03-04, sebb <[email protected]> wrote: > On 04/03/2010, Stefan Bodewig <[email protected]> wrote:
>> The more I think about this, the more I believe we should make >> JarArchiveInputStream use the java.util.jar package rather than extend >> ZipArchiveInputStream - this would also mean we'd break the API of 1.0, >> though. > Seems good to me. > Presumably JarArchiveOutputStream should also be changed? Yes, as well as JarArchiveEntry. Neither of the three classes would subclass their Zip* counterparts anymore. That's the API breakage I was talking about. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
