Thanks again, Richard,
I've modified you patch slightly, basically changing the writeOut
methods as well as the def and buf members to protected. The methods
will be useful to subclasses (if there should be any) and def and buf
used to be protected as ZipOutputStream inherited them from
DeflaterO
On Thu, 17 Jul 2003, Richard Evans <[EMAIL PROTECTED]> wrote:
> I have attached patches below to ZipOutputStream.java and Zip.java
> which use a RandomAccessFile where possible to create the file.
I only had time to quickly glance over the patch. I'll play with it
and take care of either coming