public class MinLowerLayerProtocol extends LowerLayerProtocol
MinLLPReader,
MinLLPWriter| Constructor and Description |
|---|
MinLowerLayerProtocol()
Creates new MinLowerLayerProtocol
|
| Modifier and Type | Method and Description |
|---|---|
HL7Reader |
getReader(InputStream in)
Creates an HL7Reader that implements message reading according to
this protocol.
|
HL7Writer |
getWriter(OutputStream out)
Creates an HL7Writer that implements message writing according to
this protocol.
|
void |
setCharset(Charset theCharset)
Provides a charset to use for character encoding
|
void |
setCharset(String charsetName)
Provides a charset to use for character encoding
|
logCharacterReceived, makeLLPpublic MinLowerLayerProtocol()
public HL7Reader getReader(InputStream in) throws LLPException
getReader in class LowerLayerProtocolLLPExceptionpublic HL7Writer getWriter(OutputStream out) throws LLPException
getWriter in class LowerLayerProtocolLLPExceptionpublic void setCharset(Charset theCharset)
theCharset - The charset to usepublic void setCharset(String charsetName)
charsetName - The name of the charset to useCopyright © 2001-2013 University Health Network. All Rights Reserved.