Interface COM.ibm.jaws.motk.CharProducer
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.motk.CharProducer
- public interface CharProducer
- extends Object
-
read()
- Returns the next character from the input source, if there are no
more characters in the input source then -1 is
returned.
read
public abstract int read() throws IOException
- Returns the next character from the input source, if there are no
more characters in the input source then -1 is
returned. Attempting to read characters after a -1 has been
returned may cause an exception to be thrown.
All Packages Class Hierarchy This Package Previous Next Index