ZipInputStream brokenness
Per Bothner
per@bothner.com
Mon Sep 2 11:24:00 GMT 2002
Adam Megacz wrote:
> If you want buffering, you should wrap a BufferedInputStream around
> it. Buffering can be added, but not removed, which is why it is not
> automatic.
I interpreted Jeff's message that Sun's code *does* do the byffering,
in which we should probably also do it.
Besides, I don't see any reason that you'd ever want to *not* buffer,
at least when using a FileInputStream,.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
More information about the Java
mailing list