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

Diff of /classpath/java/io/PipedWriter.java

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

revision 1.8 by daryllee, Tue Dec 24 14:56:53 2002 UTC revision 1.9 by tromey, Tue Feb 4 21:08:16 2003 UTC
# Line 1  Line 1 
1  /* PipedWriter.java -- Write portion of piped character streams.  /* PipedWriter.java -- Write portion of piped character streams.
2     Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 2000, 2001, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 166  public class PipedWriter extends Writer Line 166  public class PipedWriter extends Writer
166      *      *
167      * @exception IOException If an error occurs      * @exception IOException If an error occurs
168      */      */
169    public void close()    public void close() throws IOException
170    {    {
171      // A close call on an unconnected PipedWriter has no effect.      // A close call on an unconnected PipedWriter has no effect.
172      if (sink != null)      if (sink != null)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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