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