InputStreamReader.java (<init>): Set super.in correctly.
authorPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Apr 1999 18:35:02 +0000 (11:35 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Fri, 16 Apr 1999 18:35:02 +0000 (11:35 -0700)
commit839df961206ef7e5df8136e88e7edac7fa66bb54
treed5fe22f8b6e8bfbf99f7efa65bace32141b44d8a
parenta99ce7cae5a040bbf71486ab1472f61ef0ced76c
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: r26509
libjava/java/io/InputStreamReader.java
libjava/java/io/OutputStreamWriter.java
libjava/java/io/PrintStream.java