InputStreamReader.java (<init>): Set super.in correctly.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Apr 1999 18:34:58 +0000 (11:34 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Apr 1999 18:34:58 +0000 (11:34 -0700)
commita99ce7cae5a040bbf71486ab1472f61ef0ced76c
treeaf9a42630599d2dc82750451124788780e12b5a7
parent78638e240e2d91aa5d0cad91b49e82dae74d6a7c
InputStreamReader.java (<init>): Set super.in correctly.


* java/io/InputStreamReader.java (<init>):  Set super.in correctly.
* java/io/OutputStreamWriter.java (<init>):  Set super.in correctly.
(writeChars):  Don't be quite so eager to flush.
* java/io/PrintStream.java:  Rewrite.  Now more similar to
OutputStreamWriter, using explicit UnicodeToBytes converter.
Also, autoflush does not need to flush so often.
* java/lang/natString.cc (getBytes):  More efficient algorithm.
  (init(jbyteArray,jint,jint,jstring)):  More efficient.

From-SVN: r26508
libjava/java/lang/natString.cc