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
-
buf
-
-
d
-
-
defaultRelativeTo
-
-
forceRelativeTo
-
-
in
-
-
StringInputEDStream()
-
-
StringInputEDStream(StringProducer)
- Creates a new StringInputEDStream that takes its data from the
specified StringProducer.
-
atEnd()
-
-
getNextValue()
-
-
readBegin()
-
-
readBoolean()
-
-
readByte()
-
-
readByteArray()
-
-
readChar()
-
-
readDouble()
-
-
readEnd()
-
-
readFloat()
-
-
readInt()
-
-
readLong()
-
-
readManageable()
-
-
readManaged(BaseCollection)
-
-
readObject()
-
-
readShort()
-
-
readString()
-
-
setDefaultRelativeTo(BaseCollection)
- Used when relativeTo parameter to readManaged is null.
-
setForceRelativeTo(BaseCollection)
- Used for readManaged at all times unless it is reset to null.
d
public static Debug d
buf
protected StringBuffer buf
in
protected StringProducer in
defaultRelativeTo
protected BaseCollection defaultRelativeTo
forceRelativeTo
protected BaseCollection forceRelativeTo
StringInputEDStream
protected StringInputEDStream()
StringInputEDStream
public StringInputEDStream(StringProducer in)
- Creates a new StringInputEDStream that takes its data from the
specified StringProducer.
- Parameters:
- in - any StringProducer
setDefaultRelativeTo
public void setDefaultRelativeTo(BaseCollection defaultRelativeTo)
- Used when relativeTo parameter to readManaged is null.
setForceRelativeTo
public void setForceRelativeTo(BaseCollection forceRelativeTo)
- Used for readManaged at all times unless it is reset to null.
atEnd
public boolean atEnd()
readBegin
public void readBegin()
readEnd
public void readEnd()
getNextValue
protected void getNextValue()
readBoolean
public boolean readBoolean()
readByte
public byte readByte()
readShort
public short readShort()
readInt
public int readInt()
readLong
public long readLong()
readFloat
public float readFloat()
readDouble
public double readDouble()
readChar
public char readChar()
readString
public String readString()
readManaged
public Managed readManaged(BaseCollection relativeTo)
readManageable
public Manageable readManageable()
readObject
public Object readObject()
readByteArray
public byte[] readByteArray()
All Packages Class Hierarchy This Package Previous Next Index