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

Class COM.ibm.jaws.motk.ASCIIOutputEDStream

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

public class ASCIIOutputEDStream
extends StringOutputEDStream

Constructor Index

 o ASCIIOutputEDStream(CharConsumer)
Creates a ASCIIOutputEDStream to the specified CharConsumer.
 o ASCIIOutputEDStream(CharConsumer, char, char, char, boolean)
Creates a ASCIIOutputEDStream to the specified CharConsumer with the specified settings.
 o ASCIIOutputEDStream(OutputStream)
Creates a ASCIIOutputEDStream to the specified OutputStream.
 o ASCIIOutputEDStream(OutputStream, char, char, char, boolean)
Creates a ASCIIOutputEDStream to the specified output stream with the specified settings.

Constructors

 o ASCIIOutputEDStream
  public ASCIIOutputEDStream(CharConsumer rawOut,
                             char separaterChar,
                             char beginChar,
                             char endChar,
                             boolean addWhiteSpace)
Creates a ASCIIOutputEDStream to the specified CharConsumer with the specified settings.
 o ASCIIOutputEDStream
  public ASCIIOutputEDStream(OutputStream rawStream,
                             char separaterChar,
                             char beginChar,
                             char endChar,
                             boolean addWhiteSpace)
Creates a ASCIIOutputEDStream to the specified output stream with the specified settings.
 o ASCIIOutputEDStream
  public ASCIIOutputEDStream(CharConsumer rawOut)
Creates a ASCIIOutputEDStream to the specified CharConsumer. This stream will use whitespace to improve readability. (so any significant white space in string and character values will be escaped). It uses ";", "{", "}" as seperator, begin and end characters respectively. So they will be escaped if they appear in String or character values.
 o ASCIIOutputEDStream
  public ASCIIOutputEDStream(OutputStream rawStream)
Creates a ASCIIOutputEDStream to the specified OutputStream. This stream will use whitespace to improve readability. (so any significant white space in string and character values will be escaped). It uses ";", "{", "}" as seperator, begin and end characters respectively. So they will be escaped if they appear in String or character values.

All Packages  Class Hierarchy  This Package  Previous  Next  Index