public class ExtendedMinLLPReader extends Object
| Constructor and Description |
|---|
ExtendedMinLLPReader() |
ExtendedMinLLPReader(InputStream in) |
ExtendedMinLLPReader(InputStream in,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the underlying stream and any other resources that should be closed.
|
protected Charset |
getCharset() |
protected T |
getDecoder() |
String |
getMessage()
Reads a complete HL7 message from the underlying input stream
|
protected ca.uhn.hl7v2.llp.ExtendedMllpDecoder |
initDecoder() |
void |
setInputStream(InputStream in)
Sets the InputStream from which to read messages.
|
public ExtendedMinLLPReader() throws IOException
IOExceptionpublic ExtendedMinLLPReader(InputStream in) throws IOException
IOExceptionpublic ExtendedMinLLPReader(InputStream in, Charset charset) throws IOException
IOExceptionprotected ca.uhn.hl7v2.llp.ExtendedMllpDecoder initDecoder()
protected Charset getCharset()
public void setInputStream(InputStream in) throws IOException
HL7ReadergetMessage().setInputStream in interface HL7ReaderIOExceptionpublic void close() throws IOException
HL7Readerclose in interface HL7ReaderIOExceptionpublic String getMessage() throws IOException, LLPException
HL7ReadergetMessage in interface HL7ReaderIOExceptionLLPExceptionprotected T getDecoder()
Copyright © 2001–2017 University Health Network. All rights reserved.