Re: Proposed Contribution to Apache Commons,

2015-09-30 Thread Ole Ersoy
Hi, On 09/30/2015 01:44 AM, Jochen Wiedmann wrote: Hi, Norman, On Tue, Sep 29, 2015 at 10:06 PM, wrote: My colleague Jeff Rothenberg and I, retirees, have developed an alternative to using regular expressions for searching for (and optionally replacing) patterns in text. Something that is

[COMPRESS] generalize RandomAccessFile in ZipFile and SevenZFile

2015-09-30 Thread Damjan Jovanovic
Hi (At least) our ZipFile and SevenZFile use RandomAccessFile to read an actual file, meaning they cannot operate on file contents in an array, java.nio channels and buffers, or anything other than an actual file, even if it is randomly accessible. RandomAccessFile also cannot benefit from memory-