Re: [compress] 2.0: Reading and Writing Archives

2014-01-21 Thread Stefan Bodewig
On 2014-01-22, Damjan Jovanovic wrote: > On Wed, Jan 8, 2014 at 4:41 PM, Stefan Bodewig wrote: >> * Checked vs Unchecked exceptions >> I would love to make ArchiveInput be an Iterator over the entries but >> can't do so as the things we'd need to do in next() might throw an >> IOException

Re: [compress] 2.0: Reading and Writing Archives

2014-01-21 Thread Damjan Jovanovic
On Wed, Jan 8, 2014 at 4:41 PM, Stefan Bodewig wrote: > Hi, > > putting the exact representation of an archive entry aside I've put down > an idea of the API for reading and writing archives together with a POC > port of the AR classes for this API. All is inside > http://svn.apache.org/repos/asf

[compress] 2.0: Reading and Writing Archives

2014-01-08 Thread Stefan Bodewig
Hi, putting the exact representation of an archive entry aside I've put down an idea of the API for reading and writing archives together with a POC port of the AR classes for this API. All is inside http://svn.apache.org/repos/asf/commons/proper/compress/branches/compress-2.0/ The port doesn't