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