Interface COM.ibm.jaws.motk.CharConsumer
All Packages Class Hierarchy This Package Previous Next Index
Interface COM.ibm.jaws.motk.CharConsumer
- public interface CharConsumer
- extends Object
-
write(CharProducer)
- Copies all the characters available from the designated
CharProducer to this CharConsumer.
-
write(int)
- Write a single character.
write
public abstract void write(int c) throws IOException
- Write a single character.
write
public abstract void write(CharProducer in) throws IOException
- Copies all the characters available from the designated
CharProducer to this CharConsumer.
All Packages Class Hierarchy This Package Previous Next Index