BufferedReader.java, [...]: Imports from Classpath.

* java/io/BufferedReader.java, java/io/BufferedWriter.java,
	java/io/DataInput.java, java/io/DataOutput.java: Imports from
	Classpath.

From-SVN: r65868
This commit is contained in:
Tom Tromey
2003-04-20 22:47:43 +00:00
committed by Tom Tromey
parent ef963bc8a1
commit 3bd417a700
5 changed files with 26 additions and 19 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public class BufferedWriter extends Writer
/**
* This method initializes a new <code>BufferedWriter</code> instance
* that will write to the specified subordinate <code>Writer</code>
* and which will use a default buffer size of 512 chars.
* and which will use a default buffer size of 8192 chars.
*
* @param out The underlying <code>Writer</code> to write data to
*/