Class COM.ibm.jaws.motk.StringBufferCharConsumer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.motk.StringBufferCharConsumer

java.lang.Object
   |
   +----COM.ibm.jaws.motk.StringBufferCharConsumer

public class StringBufferCharConsumer
extends Object
implements CharConsumer
Uses a Java StringBuffer as the target for the characters.

Constructor Index

 o StringBufferCharConsumer(StringBuffer)

Method Index

 o getBuffer()
Returns the StringBuffer associated with this object.
 o write(CharProducer)
 o write(int)

Constructors

 o StringBufferCharConsumer
  public StringBufferCharConsumer(StringBuffer buf)

Methods

 o write
  public void write(int c) throws IOException
 o write
  public void write(CharProducer in) throws IOException
 o getBuffer
  public StringBuffer getBuffer()
Returns the StringBuffer associated with this object.

All Packages  Class Hierarchy  This Package  Previous  Next  Index