aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/InputStreamReader.java
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16InputStreamReader.java (<init>): Set super.in correctly.Per Bothner1-3/+3
� * 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
1999-04-07Initial revisionTom Tromey1-0/+151
From-SVN: r26263