Uses of Interface
ca.uhn.hl7v2.llp.HL7Reader

Packages that use HL7Reader
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.llp   
 

Uses of HL7Reader in ca.uhn.hl7v2.app
 

Constructors in ca.uhn.hl7v2.app with parameters of type HL7Reader
Receiver(Connection c, HL7Reader in)
          Creates a new instance of Receiver, associated with the given Connection
 

Uses of HL7Reader in ca.uhn.hl7v2.llp
 

Classes in ca.uhn.hl7v2.llp that implement HL7Reader
 class ExtendedMinLLPReader
          Charset-aware MLLP stream reader
 class MinLLPReader
          Title: HL7Reader Description: A buffered reader specifically designed for use in reading HL7 ASCII strings.
 

Methods in ca.uhn.hl7v2.llp that return HL7Reader
 HL7Reader MinLowerLayerProtocol.getReader(InputStream in)
          Creates an HL7Reader that implements message reading according to this protocol.
abstract  HL7Reader LowerLayerProtocol.getReader(InputStream in)
          Returns an HL7Reader that implements message reading according to this protocol.
 HL7Reader ExtendedMinLowerLayerProtocol.getReader(InputStream in)
          Returns an HL7Reader that implements message reading according to this protocol.
 



Copyright © 2001-2012 University Health Network. All Rights Reserved.