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

Class COM.ibm.jaws.motk.StringConsumer

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

public class StringConsumer
extends Object

Constructor Index

 o StringConsumer()

Method Index

 o write(String)
 o write(StringBuffer)
 o write(StringBuffer, int, int)
 o writeBegin()
 o writeEnd()

Constructors

 o StringConsumer
  public StringConsumer()

Methods

 o write
  public void write(String str) throws IOException
 o write
  public void write(StringBuffer buf) throws IOException
 o write
  public abstract void write(StringBuffer buf,
                             int startPos,
                             int endPos) throws IOException
 o writeBegin
  public abstract void writeBegin() throws IOException
 o writeEnd
  public abstract void writeEnd() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index