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
-
ASCIIInputEDStream(CharProducer)
- Creates a ASCIIInputEDStream from the specified
CharProducer.
-
ASCIIInputEDStream(CharProducer, char, char, char, boolean)
- Creates an ASCIIInputEDStream from the specified CharProducer and
with the specified settings.
-
ASCIIInputEDStream(InputStream)
-
-
ASCIIInputEDStream(InputStream, char, char, char, boolean)
- Creates an ASCIIInputEDStream from the specified input stream and
with the specified settings.
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.
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.
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.
ASCIIInputEDStream
public ASCIIInputEDStream(InputStream rawIn)
All Packages Class Hierarchy This Package Previous Next Index