Class COM.ibm.jaws.motk.OutputStreamCharConsumer
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.motk.OutputStreamCharConsumer
java.lang.Object
|
+----COM.ibm.jaws.motk.OutputStreamCharConsumer
- public class OutputStreamCharConsumer
- extends Object
- implements CharConsumer
Uses any Java OutputStream as the target for the characters. The
the character's value must not be larger than 255.
-
write(CharProducer)
-
-
write(int)
-
write
public void write(int c) throws IOException
write
public void write(CharProducer in) throws IOException
All Packages Class Hierarchy This Package Previous Next Index