ca.uhn.hl7v2.util
Class Hl7InputStreamReader

java.lang.Object
  extended by ca.uhn.hl7v2.util.Hl7InputStreamReader

public class Hl7InputStreamReader
extends java.lang.Object

Reads HL7 messages from an InputStream

Version:
$Revision: 1.1 $ updated on $Date: 2007/02/19 02:24:27 $ by $Author: jamesagnew $

Constructor Summary
Hl7InputStreamReader()
           
 
Method Summary
static java.lang.String[] read(java.io.InputStream theMsgInputStream)
          Reads HL7 messages from an InputStream and outputs an array of HL7 message strings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hl7InputStreamReader

public Hl7InputStreamReader()
Method Detail

read

public static java.lang.String[] read(java.io.InputStream theMsgInputStream)
                               throws java.io.FileNotFoundException,
                                      java.io.IOException
Reads HL7 messages from an InputStream and outputs an array of HL7 message strings

Throws:
java.io.FileNotFoundException
java.io.IOException


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