Class StreamingIIRVFileWriter


  • public class StreamingIIRVFileWriter
    extends Object
    Writer class that outputs IIRVMessage data to an output stream.
    Since:
    13.0
    Author:
    Nick LaFarge
    See Also:
    IIRVFileWriter
    • Constructor Detail

      • StreamingIIRVFileWriter

        public StreamingIIRVFileWriter​(Appendable writer,
                                       IIRVMessage.IncludeMessageMetadata includeMessageMetadataSetting)
        Create an IIRV writer that streams data to the given output stream.
        Parameters:
        writer - the output stream for the IIRV file.
        includeMessageMetadataSetting - Setting for when message metadata terms appear in the created IIRV message
    • Method Detail

      • getIncludeMessageMetadataSetting

        public IIRVMessage.IncludeMessageMetadata getIncludeMessageMetadataSetting()
        Gets the setting for when message metadata terms appear in the created IIRV message.
        Returns:
        setting for when message metadata terms appear in the created IIRV message