ZipInputStream brokenness
Adam Megacz
gcj@lists.megacz.com
Mon Sep 2 11:13:00 GMT 2002
Jeff Sturm <jsturm@one-point.com> writes:
> InputStream is = url.openStream();
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.
> Speaking for myself, I don't see a win from merging the classpath code.
> I'd rather spend time fixing the I/O.
Thanks for volunteering. When do you expect to complete this?
- a
--
"Cassette tapes are killing the music industry" -- RIAA spokesperson, 1978
More information about the Java
mailing list