Interface HL7Reader

All Known Implementing Classes:
ExtendedMinLLPReader, MinLLPReader

public interface HL7Reader
An HL7Reader implements reading from an input stream using a particular lower layer protocol.
Author:
Bryan Tripp
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes the underlying stream and any other resources that should be closed.
    Reads a complete HL7 message from the underlying input stream
    void
    Sets the InputStream from which to read messages.