/[classpath]/classpath/java/io/OutputStreamWriter.java
ViewVC logotype

Diff of /classpath/java/io/OutputStreamWriter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by smarothy, Fri Apr 15 16:13:34 2005 UTC revision 1.16 by smarothy, Wed Apr 20 15:24:59 2005 UTC
# Line 209  public class OutputStreamWriter extends Line 209  public class OutputStreamWriter extends
209    public void close () throws IOException    public void close () throws IOException
210    {    {
211      if(out == null)      if(out == null)
212        throw new IOException("Stream is closed.");        return;
213      flush();      flush();
214      out.close ();      out.close ();
215      out = null;      out = null;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26