Uses of Interface
org.dellroad.hl7.llp.CharsetDecoder
-
Packages that use CharsetDecoder Package Description org.dellroad.hl7.llp Classes relating to HL7 "lower layer protocol" (LLP) framing. -
-
Uses of CharsetDecoder in org.dellroad.hl7.llp
Classes in org.dellroad.hl7.llp that implement CharsetDecoder Modifier and Type Class Description class
MSH18CharsetDecoder
Attempts to determine HL7 message character encoding by decoding header fieldMSH.18
, if present, or falling back to a configured default as a last resort.Methods in org.dellroad.hl7.llp that return CharsetDecoder Modifier and Type Method Description static CharsetDecoder
CharsetDecoder. fixed(Charset charset)
Create aCharsetDecoder
that always returns the givenCharset
.Constructors in org.dellroad.hl7.llp with parameters of type CharsetDecoder Constructor Description LLPInputStream(InputStream input, CharsetDecoder charsetDecoder, int maxLength)
Primary constructor.LLPOutputStream(OutputStream output, CharsetDecoder charsetDecoder)
Primary constructor.
-