This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ZipInputStream brokenness


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]