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

Class COM.ibm.jaws.motk.ASCIIInputEDStream

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

public class ASCIIInputEDStream
extends StringInputEDStream

Constructor Index

 o ASCIIInputEDStream(CharProducer)
Creates a ASCIIInputEDStream from the specified CharProducer.
 o ASCIIInputEDStream(CharProducer, char, char, char, boolean)
Creates an ASCIIInputEDStream from the specified CharProducer and with the specified settings.
 o ASCIIInputEDStream(InputStream)
 o ASCIIInputEDStream(InputStream, char, char, char, boolean)
Creates an ASCIIInputEDStream from the specified input stream and with the specified settings.

Constructors

 o ASCIIInputEDStream
  public ASCIIInputEDStream(CharProducer rawChars,
                            char separatorChar,
                            char beginChar,
                            char endChar,
                            boolean allowWhiteSpace)
Creates an ASCIIInputEDStream from the specified CharProducer and with the specified settings.
 o ASCIIInputEDStream
  public ASCIIInputEDStream(InputStream rawIn,
                            char separatorChar,
                            char beginChar,
                            char endChar,
                            boolean allowWhiteSpace)
Creates an ASCIIInputEDStream from the specified input stream and with the specified settings.
 o ASCIIInputEDStream
  public ASCIIInputEDStream(CharProducer rawChars)
Creates a ASCIIInputEDStream from the specified CharProducer. This stream will allow whitespace (so any significant leading or trailing white space in string and character values needs to be escaped). It uses ";", "{", "}" as seperator, begin and end characters respectively. So they must be escaped if they appear in String or character values.
 o ASCIIInputEDStream
  public ASCIIInputEDStream(InputStream rawIn)

All Packages  Class Hierarchy  This Package  Previous  Next  Index