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

Class COM.ibm.jaws.motk.StringBufferCharProducer

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

public class StringBufferCharProducer
extends Object
implements CharProducer

Variable Index

 o endPos
 o in
 o pos

Constructor Index

 o StringBufferCharProducer(StringBuffer)
 o StringBufferCharProducer(StringBuffer, int, int)

Method Index

 o read()

Variables

 o in
  protected StringBuffer in
 o pos
  protected int pos
 o endPos
  protected int endPos

Constructors

 o StringBufferCharProducer
  public StringBufferCharProducer(StringBuffer str)
 o StringBufferCharProducer
  public StringBufferCharProducer(StringBuffer str,
                                  int startPos,
                                  int endPos)

Methods

 o read
  public int read() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index