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

Diff of /classpath/java/io/BufferedWriter.java

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

revision 1.11 by arenn, Sun Mar 9 21:54:29 2003 UTC revision 1.12 by arenn, Mon Apr 7 20:28:01 2003 UTC
# Line 61  public class BufferedWriter extends Writ Line 61  public class BufferedWriter extends Writ
61    /**    /**
62     * This method initializes a new <code>BufferedWriter</code> instance     * This method initializes a new <code>BufferedWriter</code> instance
63     * that will write to the specified subordinate <code>Writer</code>     * that will write to the specified subordinate <code>Writer</code>
64     * and which will use a default buffer size of 512 chars.     * and which will use a default buffer size of 8192 chars.
65     *     *
66     * @param out The underlying <code>Writer</code> to write data to     * @param out The underlying <code>Writer</code> to write data to
67     */     */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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