Class ReaderThread

java.lang.Object
java.lang.Thread
ca.uhn.hl7v2.protocol.impl.ReaderThread
All Implemented Interfaces:
Runnable

public class ReaderThread extends Thread
The class ReaderThread read from a Reader into a char[] buffer.
Version:
$Revision: 1.1 $ updated on $Date: 2007-02-19 02:24:26 $ by $Author: jamesagnew $
Author:
Alexei Guevara <mailto:alexei.guevara@uhn.on.ca/>
  • Constructor Details

    • ReaderThread

      public ReaderThread(Reader theReader, char[] theBuffer, IntRef theBytesReadRef)
      Creates a new instance
      Parameters:
      theReader - the reader for this thread
      theBuffer - the buffer for reading
      theBytesReadRef - stores the number of bytes read
  • Method Details