public class ExtendedMinLLPWriter extends Object implements HL7Writer
| Constructor and Description |
|---|
ExtendedMinLLPWriter(OutputStream theOut) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed.
|
void |
setOutputStream(OutputStream theOut)
Sets the OutputStream to which to write messages.
|
void |
writeMessage(String theMessage)
Sends a complete message to the underlying output stream using the
lower layer protocol implemented by this HL7Writer.
|
public ExtendedMinLLPWriter(OutputStream theOut)
public void writeMessage(String theMessage) throws LLPException, IOException
writeMessage in interface HL7WriterLLPExceptionIOExceptionpublic void setOutputStream(OutputStream theOut) throws IOException
().setOutputStream in interface HL7WriterIOExceptionpublic void close() throws IOException
close in interface HL7WriterIOExceptionCopyright © 2001-2012 University Health Network. All Rights Reserved.