public class DecodingByteReceiver extends ByteReceiver
Modifier and Type | Field and Description |
---|---|
protected CharacterReceiver |
charReceiver |
protected java.lang.String |
charSet |
Constructor and Description |
---|
DecodingByteReceiver(int chunkSize,
java.lang.String charSet,
CharacterReceiver charReceiver) |
Modifier and Type | Method and Description |
---|---|
boolean |
dealWithBytes(java.io.InputStream is)
Read a byte stream and process bytes.
|
void |
finishUp()
Finish up all processing.
|
protected final CharacterReceiver charReceiver
protected final java.lang.String charSet
public DecodingByteReceiver(int chunkSize, java.lang.String charSet, CharacterReceiver charReceiver)
public final boolean dealWithBytes(java.io.InputStream is) throws java.io.IOException, ManifoldCFException
dealWithBytes
in class ByteReceiver
java.io.IOException
ManifoldCFException
public void finishUp() throws ManifoldCFException
finishUp
in class ByteReceiver
ManifoldCFException