This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
RE: java.util.zip patches
- To: "'Mark Wielaard'" <mark at klomp dot org>, "java-patches at sources dot redhat dot com" <java-patches at sources dot redhat dot com>
- Subject: RE: java.util.zip patches
- From: Anthony Green <green at cygnus dot com>
- Date: Sun, 20 Aug 2000 14:24:32 -0700
- Organization: Red Hat
- Reply-To: "green at cygnus dot com" <green at cygnus dot com>
On Sunday, August 20, 2000 2:10 PM, Mark Wielaard [SMTP:mark@klomp.org]
wrote:
> While writing documentation for the java.util.zip classes I made a couple
> of non documentation changes. Is it ok to check these in?
Yes - they look fine to me.
I was surpised by the ZipInputStream.available() change, but when it's
obviously correct according to the docs. Doesn't it really make
InputStream.available() meaningless? Bizarre.
AG