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

Class COM.ibm.jaws.motk.StringInputEDStream

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

public class StringInputEDStream
extends Object
implements InputEDStream
Takes input from a StringProducer

Variable Index

 o buf
 o d
 o defaultRelativeTo
 o forceRelativeTo
 o in

Constructor Index

 o StringInputEDStream()
 o StringInputEDStream(StringProducer)
Creates a new StringInputEDStream that takes its data from the specified StringProducer.

Method Index

 o atEnd()
 o getNextValue()
 o readBegin()
 o readBoolean()
 o readByte()
 o readByteArray()
 o readChar()
 o readDouble()
 o readEnd()
 o readFloat()
 o readInt()
 o readLong()
 o readManageable()
 o readManaged(BaseCollection)
 o readObject()
 o readShort()
 o readString()
 o setDefaultRelativeTo(BaseCollection)
Used when relativeTo parameter to readManaged is null.
 o setForceRelativeTo(BaseCollection)
Used for readManaged at all times unless it is reset to null.

Variables

 o d
  public static Debug d
 o buf
  protected StringBuffer buf
 o in
  protected StringProducer in
 o defaultRelativeTo
  protected BaseCollection defaultRelativeTo
 o forceRelativeTo
  protected BaseCollection forceRelativeTo

Constructors

 o StringInputEDStream
  protected StringInputEDStream()
 o StringInputEDStream
  public StringInputEDStream(StringProducer in)
Creates a new StringInputEDStream that takes its data from the specified StringProducer.
Parameters:
in - any StringProducer

Methods

 o setDefaultRelativeTo
  public void setDefaultRelativeTo(BaseCollection defaultRelativeTo)
Used when relativeTo parameter to readManaged is null.
 o setForceRelativeTo
  public void setForceRelativeTo(BaseCollection forceRelativeTo)
Used for readManaged at all times unless it is reset to null.
 o atEnd
  public boolean atEnd()
 o readBegin
  public void readBegin()
 o readEnd
  public void readEnd()
 o getNextValue
  protected void getNextValue()
 o readBoolean
  public boolean readBoolean()
 o readByte
  public byte readByte()
 o readShort
  public short readShort()
 o readInt
  public int readInt()
 o readLong
  public long readLong()
 o readFloat
  public float readFloat()
 o readDouble
  public double readDouble()
 o readChar
  public char readChar()
 o readString
  public String readString()
 o readManaged
  public Managed readManaged(BaseCollection relativeTo)
 o readManageable
  public Manageable readManageable()
 o readObject
  public Object readObject()
 o readByteArray
  public byte[] readByteArray()

All Packages  Class Hierarchy  This Package  Previous  Next  Index