public abstract class ByteReceiver extends Object
Constructor and Description |
---|
ByteReceiver()
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
dealWithBytes(InputStream is)
Read a byte stream and process bytes.
|
void |
finishUp()
Finish up all processing.
|
public abstract boolean dealWithBytes(InputStream is) throws IOException, ManifoldCFException
IOException
ManifoldCFException
public void finishUp() throws ManifoldCFException
ManifoldCFException