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