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
-
ASCIIOutputEDStream(CharConsumer)
- Creates a ASCIIOutputEDStream to the specified CharConsumer.
-
ASCIIOutputEDStream(CharConsumer, char, char, char, boolean)
- Creates a ASCIIOutputEDStream to the specified CharConsumer with
the specified settings.
-
ASCIIOutputEDStream(OutputStream)
- Creates a ASCIIOutputEDStream to the specified OutputStream.
-
ASCIIOutputEDStream(OutputStream, char, char, char, boolean)
- Creates a ASCIIOutputEDStream to the specified output stream with
the specified settings.
ASCIIOutputEDStream
public ASCIIOutputEDStream(CharConsumer rawOut,
char separaterChar,
char beginChar,
char endChar,
boolean addWhiteSpace)
- Creates a ASCIIOutputEDStream to the specified CharConsumer with
the specified settings.
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.
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.
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