Class DecodingByteReceiver


  • public class DecodingByteReceiver
    extends ByteReceiver
    This class represents a ByteReceiver that passes decoded characters on to a supplied CharacterReceiver.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean dealWithBytes​(java.io.InputStream is)
      Read a byte stream and process bytes.
      void finishUp()
      Finish up all processing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait