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

Class COM.ibm.jaws.motk.StringOutputEDStream

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

public class StringOutputEDStream
extends Object
implements OutputEDStream

Variable Index

 o d
 o defaultRelativeTo
 o forceRelativeTo
 o out

Constructor Index

 o StringOutputEDStream()
 o StringOutputEDStream(StringConsumer)

Method Index

 o outValue(String)
 o setDefaultRelativeTo(BaseCollection)
Used when relativeTo parameter to writeManaged is null.
 o setForceRelativeTo(BaseCollection)
Used for writeManaged at all times unless it is reset to null.
 o writeBegin()
 o writeBoolean(boolean)
 o writeByte(byte)
 o writeByteArray(byte[])
 o writeChar(char)
 o writeDouble(double)
 o writeEnd()
 o writeFloat(float)
 o writeInt(int)
 o writeLong(long)
 o writeManageable(Manageable)
 o writeManaged(BaseCollection, Managed)
 o writeObject(Object)
 o writeShort(short)
 o writeString(String)

Variables

 o d
  public static Debug d
 o out
  protected StringConsumer out
 o defaultRelativeTo
  protected BaseCollection defaultRelativeTo
 o forceRelativeTo
  protected BaseCollection forceRelativeTo

Constructors

 o StringOutputEDStream
  protected StringOutputEDStream()
 o StringOutputEDStream
  public StringOutputEDStream(StringConsumer out)

Methods

 o outValue
  protected void outValue(String str)
 o setDefaultRelativeTo
  public void setDefaultRelativeTo(BaseCollection defaultRelativeTo)
Used when relativeTo parameter to writeManaged is null.
 o setForceRelativeTo
  public void setForceRelativeTo(BaseCollection forceRelativeTo)
Used for writeManaged at all times unless it is reset to null.
 o writeBegin
  public void writeBegin()
 o writeEnd
  public void writeEnd()
 o writeBoolean
  public void writeBoolean(boolean value)
 o writeByte
  public void writeByte(byte value)
 o writeShort
  public void writeShort(short value)
 o writeInt
  public void writeInt(int value)
 o writeLong
  public void writeLong(long value)
 o writeFloat
  public void writeFloat(float value)
 o writeDouble
  public void writeDouble(double value)
 o writeChar
  public void writeChar(char value)
 o writeString
  public void writeString(String value)
 o writeManaged
  public void writeManaged(BaseCollection relativeTo,
                           Managed value)
 o writeManageable
  public void writeManageable(Manageable value)
 o writeObject
  public void writeObject(Object value)
 o writeByteArray
  public void writeByteArray(byte value[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index