[
https://issues.apache.org/jira/browse/COMPRESS-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Bodewig updated COMPRESS-269:
------------------------------------
Fix Version/s: 2.0
> Common interface for SevenZFile and ArchiveInputStream
> ------------------------------------------------------
>
> Key: COMPRESS-269
> URL: https://issues.apache.org/jira/browse/COMPRESS-269
> Project: Commons Compress
> Issue Type: Improvement
> Components: Archivers
> Affects Versions: 1.8
> Reporter: Nick Burch
> Priority: Minor
> Fix For: 2.0
>
>
> Both SevenZFile and ArchiveInputStream (effectively) have a method on them:
> ArchiveEntry getNextEntry()
> However, they don't share a common interface or parent which defines this, so
> it isn't possible to write generic code which would work with either to read
> archive entries out
> For Apache Tika, it would be good if after our 7z specific opening code, we
> could then use common code to read out and process the archive entries no
> matter what the archive format was
--
This message was sent by Atlassian JIRA
(v6.2#6252)