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

Class COM.ibm.jaws.motk.StringCharProducer

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

public class StringCharProducer
extends Object
implements CharProducer

Variable Index

 o endPos
 o in
 o pos

Constructor Index

 o StringCharProducer(String)
 o StringCharProducer(String, int, int)

Method Index

 o read()

Variables

 o in
  protected String in
 o pos
  protected int pos
 o endPos
  protected int endPos

Constructors

 o StringCharProducer
  public StringCharProducer(String str)
 o StringCharProducer
  public StringCharProducer(String str,
                            int startPos,
                            int endPos)

Methods

 o read
  public int read() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index