public abstract class InputTest extends Object
| Constructor and Description |
|---|
InputTest() |
| Modifier and Type | Method and Description |
|---|---|
protected List<HL7Message> |
readMessages(HL7Reader reader)
Reads all messages from the reader, then closes it.
|
protected List<HL7Message> |
readMessages(InputStream in)
Reads all messages from the input stream in file format.
|
protected List<HL7Message> readMessages(HL7Reader reader) throws HL7ContentException, IOException
reader - inputHL7ContentException - if HL7 is bogusIOException - if an I/O error occursprotected List<HL7Message> readMessages(InputStream in) throws HL7ContentException, IOException
in - inputHL7ContentException - if HL7 is bogusIOException - if an I/O error occursHL7FileReaderCopyright © 2018. All rights reserved.