public abstract class CharacterReceiver
extends java.lang.Object
Constructor and Description |
---|
CharacterReceiver()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
dealWithCharacters(java.io.Reader reader)
Receive a stream of characters.
|
void |
finishUp()
Finish up all processing.
|
public abstract boolean dealWithCharacters(java.io.Reader reader) throws java.io.IOException, ManifoldCFException
java.io.IOException
ManifoldCFException
public void finishUp() throws ManifoldCFException
ManifoldCFException