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.

Method Index

 o write(CharProducer)
 o write(int)

Methods

 o write
  public void write(int c) throws IOException
 o write
  public void write(CharProducer in) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index