Class DataStreamProducer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class DataStreamProducer
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      DataStreamProducer​(tnvt vt, java.io.BufferedInputStream in, java.util.concurrent.BlockingQueue<java.lang.Object> queue, byte[] init)  
    • Method Summary

      Modifier and Type Method Description
      byte[] readIncoming()  
      void run()  
      protected void toggleDebug​(ICodePage codePage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DataStreamProducer

        public DataStreamProducer​(tnvt vt,
                                  java.io.BufferedInputStream in,
                                  java.util.concurrent.BlockingQueue<java.lang.Object> queue,
                                  byte[] init)
    • Method Detail

      • run

        public final void run()
        Specified by:
        run in interface java.lang.Runnable
      • readIncoming

        public final byte[] readIncoming()
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • toggleDebug

        protected void toggleDebug​(ICodePage codePage)