Submitted On 06-JUN-2001
tupari
Please fix this. I need to write Gzipped and Zipped output
to a Writer and currently there is no way to do this. See
also bug 4094886
Submitted On 20-MAY-2005
gkbuck
Gee, what a surprise. Sun drops the ball by leaving out this much-needed bridge for going from Outputstream to Writer, and then flat-out refuses to correct their design mistake. At a minimum, would it be so hard to add a new constructor to PrintStream that accepts a Writer as the destination?
Submitted On 17-JUL-2007
Try a google search on 'ReaderInputStream'.
http://www.google.nl/search?q=ReaderInputstream
Gives many hits, not seldomly to apidocs of all kind of projects which simply added it themselves. A bit silly, all this, if you ask me.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|