On Sun, Apr 25, 1999 at 10:34:05AM -0300, Alexandre Oliva wrote:
> On Apr 18, 1999, Aaron Place <[EMAIL PROTECTED]> wrote:
> 
> >     * libraries/javalib/java/io/StringReader.java (ready): fix
> 
> Doesn't make much sense to me; `closed' would never be `true'.  Maybe
> you meant to set it to `true' in close().  And then, shouldn't it be
> checked in *every* method, not only in ready()?

Yes, it should have been set to true and checked in most of the other
methods.  Now that read through the docs again it seems that all of
the java.io.*[Reader|Writer] classes should have this behavior (as
described for close() in java.io.*[Reader|Writer].

Aaron.

Reply via email to