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

Method Index

 o write(CharProducer)
Copies all the characters available from the designated CharProducer to this CharConsumer.
 o write(int)
Write a single character.

Methods

 o write
  public abstract void write(int c) throws IOException
Write a single character.
 o 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