|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.llp.ExtendedMinLLPReader
public class ExtendedMinLLPReader
Charset-aware MLLP stream reader
ExtendedMinLowerLayerProtocol| Constructor Summary | |
|---|---|
ExtendedMinLLPReader()
Creates a MinLLPReader with no setup - setInputStream must be set later. |
|
ExtendedMinLLPReader(InputStream in)
Creates a MinLLPReader which reads from the given InputStream. |
|
| Method Summary | |
|---|---|
void |
close()
Closes the underlying BufferedReader. |
Charset |
getLastCharset()
|
String |
getMessage()
Reads a complete HL7 message from the underlying input stream |
void |
setInputStream(InputStream in)
Sets the InputStream from which to read messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedMinLLPReader()
public ExtendedMinLLPReader(InputStream in)
throws IOException
IOException| Method Detail |
|---|
public void close()
throws IOException
close in interface HL7ReaderIOExceptionpublic Charset getLastCharset()
public String getMessage()
throws LLPException,
IOException
HL7Reader
getMessage in interface HL7ReaderLLPException
IOException
public void setInputStream(InputStream in)
throws IOException
getMessage().
setInputStream in interface HL7ReaderIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||